Skip to content

Add test coverage tools

This merge request should add several test coverage features.

Each pipeline in the CI will now run test coverage, and upload an HTML artifact. Test coverage will be displayed with the pipeline info.

To generate test coverage reports manually, run yarn cov. This should generate a report in XML format to view in IDEs and generate an HTML report. Instructions on how to view code coverage in PyCharm and Visual Studio Code is in the README.

See also the merge request on the works-on-my-machine fork.

TODO:

  • Make the coverage point to the master of this repository.
Edited by Hidde Leistra

Merge request reports