Skip to content

How to Generate

Coverage reportΒΆ

Coverage reports can be generated by ensuring the module coverage is installed and then executing:

coverage run --source=melissa/ -m pytest tests/
coverage html -d coverage-report

which will run the unit tests and then create a folder with detailed summary information about the code coverage.