Closed robinst closed 7 years ago
Merging #2 into master will increase coverage by
0.02%
. The diff coverage is100%
.
@@ Coverage Diff @@
## master #2 +/- ##
=========================================
+ Coverage 96.58% 96.6% +0.02%
=========================================
Files 7 7
Lines 468 471 +3
=========================================
+ Hits 452 455 +3
Misses 16 16
Impacted Files | Coverage Δ | |
---|---|---|
tests/url.rs | 100% <100%> (ø) |
:arrow_up: |
src/url.rs | 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 41b7553...6429c17. Read the comment docs.
This change stops these and other examples from being linked:
Note that
http://
andhttp://.
are valid URLs according to RFC 3986, becauseauthority
can be zero or moreunreserved
characters. But we don't linkhttp://
on its own or the trailing.
ofhttp://example.org.
(See https://github.com/robinst/autolink-java/issues/15)