We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
There are already some # pragma: no cover in the code, and a few more will be enough to reach 100% so it can be enforced
# pragma: no cover
The text was updated successfully, but these errors were encountered:
tox.ini: Default to fail coverage under 95%
6740fb1
Allow 65% coverage only on Python 3.4 where lxml is not being installed. Related to #16
cd53ded
e8a7921
Allow 65% coverage only on Python 3.4 where lxml is not being installed. Increase maxfail so that one website cant easily stop the CI. Related to #16
coverage is now locked in 95% - this issue is now a low priority.
Sorry, something went wrong.
No branches or pull requests
There are already some
# pragma: no cover
in the code, and a few more will be enough to reach 100% so it can be enforcedThe text was updated successfully, but these errors were encountered: