intel/code-base-investigator

Increase test coverage

Opened this issue · 3 comments

Our test coverage is currently only around 89%, which may be hiding some bugs.

A simple way to compute coverage statistics:

python -m coverage run -m unittest
python -m coverage report

Should probably consider adding a coverage badge as well?

Should probably consider adding a coverage badge as well?

Yes, good idea. It would be good to have this as part of the CI.

As part of this issue, we should also refactor bin/codebasin so that the functionality can be tested by unittest.