There was an error while loading. Please reload this page.
To get test coverage, you can use coverage.py. The basic workflow is (assuming you are in the root of the JobAdder repo):
cd src coverage run --source=ja -m unittest discover -v -s test -p '*.py' coverage report -m