Closed skalee closed 7 years ago
Merging #91 into master will increase coverage by
0.01%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #91 +/- ##
==========================================
+ Coverage 99.5% 99.52% +0.01%
==========================================
Files 10 10
Lines 204 210 +6
==========================================
+ Hits 203 209 +6
Misses 1 1
Impacted Files | Coverage Δ | |
---|---|---|
spec/uri_validator_spec.rb | 100% <100%> (ø) |
:arrow_up: |
...b/uri_format_validator/validators/uri_validator.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 d8de5a1...f884821. Read the comment docs.
In the previous implementation,
false
was sometimes a meaningful setting. I think it was bit confusing, it's better to add few more symbol-based suboptions than that.