patil-ashutosh / go-regex-utility

A curated list of golang applications using regex
MIT License
3 stars 8 forks source link

Validations programs using regex #7

Closed patil-ashutosh closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #7 into master will decrease coverage by 12.12%. The diff coverage is 90.90%.

Impacted file tree graph

@@             Coverage Diff              @@
##            master       #7       +/-   ##
============================================
- Coverage   100.00%   87.87%   -12.13%     
============================================
  Files            1        4        +3     
  Lines            4       33       +29     
============================================
+ Hits             4       29       +25     
- Misses           0        2        +2     
- Partials         0        2        +2     
Impacted Files Coverage Δ
regex/rstring/string.go 73.33% <50.00%> (ø)
regex/rvalidation/emailValidation.go 100.00% <100.00%> (ø)
regex/rvalidation/md5Validation.go 100.00% <100.00%> (ø)
regex/rvalidation/phoneValidatation.go 100.00% <100.00%> (ø)