Codecov showing different coverage than locally
timcallow opened this issue · 0 comments
timcallow commented
The codecov reports are showing a lower percentage coverage than what is seen locally. This seems to have been triggered by renaming pressure_test.py
to pressure_test_log.py
, and introducing a new test pressure_test_sqrt.py
in PR #179.
This page gives advice on finding the cause of the issue. In this case, I'm pretty sure we know the cause, as described above. I don't know how to fix it however.