You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our make pycoverage command currently has --cov-fail-under=80 to fail the test suite if the Python code coverage level drops below 80%. Let's get that up to 100% (adding a # pragma: no cover for anything that's not reasonably testable), and update this to --cov-fail-under=100.
The text was updated successfully, but these errors were encountered:
Our
make pycoverage
command currently has--cov-fail-under=80
to fail the test suite if the Python code coverage level drops below 80%. Let's get that up to 100% (adding a# pragma: no cover
for anything that's not reasonably testable), and update this to--cov-fail-under=100
.The text was updated successfully, but these errors were encountered: