Skip to content
Aleksander Drzewiecki edited this page Oct 18, 2022 · 1 revision

When creating a PR the CI will run the new pre-commit and also pytest with coverage. The CI is currently not blocking but should be enforced in the future.

Note: The coverage result will be published as comments on the PR.

There is also a merge CI that runs the coverage test on merge to main, this results can be used as a badge in the README, and also to compare if a PR will decrease the coverage of the main branch.

Clone this wiki locally