riboseinc / uri_format_validator

Validate URL for Rails
MIT License
3 stars 2 forks source link

Allow regular expressions in :host and :scheme constraints #95

Closed skalee closed 6 years ago

codecov[bot] commented 6 years ago

Codecov Report

Merging #95 into master will increase coverage by 0.02%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #95      +/-   ##
==========================================
+ Coverage   99.61%   99.63%   +0.02%     
==========================================
  Files          10       10              
  Lines         260      276      +16     
==========================================
+ Hits          259      275      +16     
  Misses          1        1
Impacted Files Coverage Δ
...b/uri_format_validator/validators/uri_validator.rb 100% <100%> (ø) :arrow_up:
spec/uri_validator_spec.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 1207e5b...011320d. Read the comment docs.