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.
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.