riboseinc / uri_format_validator

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

Bump to v0.2.1 to match 0d28a6c1c906 #88

Closed skalee closed 6 years ago

skalee commented 6 years ago

The v0.2.0 release has been erroneous, therefore it has been immediately succeeded with v0.2.1. This commit updates the version number to reflect that on master branch as well.

ronaldtse commented 6 years ago

Thank you @skalee ! 👍

skalee commented 6 years ago

Also, I've deleted tag v0.2.0 to avoid confusion.

codecov[bot] commented 6 years ago

Codecov Report

Merging #88 into master will increase coverage by 1.68%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
+ Coverage   97.74%   99.42%   +1.68%     
==========================================
  Files          10       10              
  Lines         177      174       -3     
==========================================
  Hits          173      173              
+ Misses          4        1       -3
Impacted Files Coverage Δ
...b/uri_format_validator/validators/uri_validator.rb 100% <0%> (+5.26%) :arrow_up:
lib/uri_format_validator/reacher.rb 93.33% <0%> (+5.83%) :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 b41b754...61164f9. Read the comment docs.

skalee commented 6 years ago

Bumping a version number has increased the code coverage by 1.68%. There's something wrong with these coverage reports, clearly…