kuchtact / WiPPLPy

Easily access data from plasma devices in the Wisconsin Plasma Physics Laboratory (WiPPL).
https://wipplpy.readthedocs.io/en/latest/
2 stars 4 forks source link

Enable code coverage with Codecov #11

Open namurphy opened 1 year ago

namurphy commented 1 year ago

Code coverage tools identify which lines of code are run at least once when tests are run, and which lines of code are untested. Code coverage is a good way to see where new tests are needed, and it can also help us identify sections of code that cannot be reached. We should enable code coverage for WiPPLPy, and make it so that the repo gets connected to Codecov.

kuchtact commented 2 months ago