feedzai-openml icon indicating copy to clipboard operation
feedzai-openml copied to clipboard

Added a regex validator for FreeTextFieldType

Open AndreFCruz opened this issue 3 years ago • 2 comments

Added an optional regex argument to the constructor of FreeTextFieldType to validate the input.

Further discussion found in Issue #68

Closes #68

AndreFCruz avatar May 24 '22 14:05 AndreFCruz

Codecov Report

Merging #69 (41f2dcb) into master (621b2dc) will increase coverage by 0.14%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff              @@
##             master      #69      +/-   ##
============================================
+ Coverage     84.82%   84.96%   +0.14%     
- Complexity      281      285       +4     
============================================
  Files            38       38              
  Lines           738      745       +7     
  Branches         69       71       +2     
============================================
+ Hits            626      633       +7     
  Misses           79       79              
  Partials         33       33              
Impacted Files Coverage Δ
...ovider/descriptor/fieldtype/FreeTextFieldType.java 95.45% <100.00%> (+2.12%) :arrow_up:

codecov[bot] avatar May 24 '22 14:05 codecov[bot]

hey, can we merge this? :slightly_smiling_face:

AndreFCruz avatar Jun 30 '22 13:06 AndreFCruz