We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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