Reach 100% coverage of Python code
godlygeek opened this issue · 3 comments
godlygeek commented
Our make pycoverage
command currently has --cov-fail-under=97
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
.
yize415 commented
I can work on this one!
sarahmonod commented
sarahmonod commented
Thank you @yize415!