After a test coverage tool has been set up (#94), ensure that the test coverage for the main branch of the project is (and stays at) at least 80%. This includes...
[ ] ... identifying good test cases that cover remaining lines of code that are currently untested
[ ] ... implementing those test cases,
[ ] ... implementing dummy classes that return the required results for a test case, if needed,
[ ] ... documenting those test cases (what is the null hypothesis?),
[ ] ... and keeping watch over changes in test coverage. during any pull request to the main branch.
After a test coverage tool has been set up (#94), ensure that the test coverage for the main branch of the project is (and stays at) at least 80%. This includes...