atomec-project / atoMEC

Python-based average-atom code for simulations of high energy density phenomena such as in warm dense matter.
https://atomec-project.github.io/atoMEC/
BSD 3-Clause "New" or "Revised" License
17 stars 12 forks source link

Codecov showing different coverage than locally #183

Closed timcallow closed 1 year ago

timcallow commented 1 year ago

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.