Coverage reportΒΆ

Coverage reports can be generated by ensuring the module coverage is installed (or installing melissa with -DMELISSA_DEVELOP_MODE=ON) 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.