Closed skalee closed 7 years ago
Merging #77 into master will not change coverage. The diff coverage is
100%
.
@@ Coverage Diff @@
## master #77 +/- ##
======================================
Coverage 99.6% 99.6%
======================================
Files 11 11
Lines 501 501
======================================
Hits 499 499
Misses 2 2
Impacted Files | Coverage Δ | |
---|---|---|
lib/uri_format_validator/validators.rb | 100% <100%> (ø) |
:arrow_up: |
spec/uri_format_validator_spec.rb | 100% <100%> (ø) |
:arrow_up: |
...b/uri_format_validator/validators/uri_validator.rb | 100% <100%> (ø) |
|
.../uri_format_validator/validators/helper_methods.rb | 100% <100%> (ø) |
:arrow_up: |
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update e8d0366...25c907e. Read the comment docs.
CodeClimate report is wrong. Style issues aren't new, they were here before.
Rename validator from
UriFormatValidator
to simplyUriValidator
. Fixes #46. Fixes #76.