Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix failing test with invalid port by adding popper handling of the error #132

Merged
merged 1 commit into from
Dec 15, 2019

Conversation

tomtom5152
Copy link
Contributor

Will also handle other reference errors more gracefully.

Closes #127.

…rror.

Will also handle other reference errors more gracefully.

Closes wjdp#127.
@codecov
Copy link

codecov bot commented Dec 2, 2019

Codecov Report

Merging #132 into master will decrease coverage by 2.62%.
The diff coverage is 36.36%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #132      +/-   ##
==========================================
- Coverage   86.58%   83.96%   -2.63%     
==========================================
  Files          20       20              
  Lines        1066     1110      +44     
==========================================
+ Hits          923      932       +9     
- Misses        136      166      +30     
- Partials        7       12       +5
Impacted Files Coverage Δ
htmltest/check-link.go 97.64% <100%> (+0.06%) ⬆️
htmldoc/reference.go 100% <100%> (ø) ⬆️
htmltest/check-script.go 78.78% <12.5%> (-21.22%) ⬇️
htmltest/check-generic.go 81.08% <12.5%> (-18.92%) ⬇️
htmltest/check-img.go 84.09% <12.5%> (-15.91%) ⬇️
htmltest/check-meta.go 86% <36.36%> (-14%) ⬇️

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 d9b1c7e...6d236af. Read the comment docs.

@wjdp wjdp merged commit 8fed7ea into wjdp:master Dec 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

TestAnchorExternalHrefMalformed panics on Go 1.13rc1
2 participants