Open
Description
Description
It would be excellent to include code coverage as part of our testing suite - I think it would give us good insights into what code is tested and where we're lacking tests.
We could even use the Codecov bot (free for open source!) to get insights during PRs.
Alternatives
We can implement this with pytest-cov
, although we'll have to be careful with pytest-xdist
. It's possible they may not interact well (although they have a page on this it looks like).
Additional context
Implementation
- 🙋 I would be interested in implementing this feature.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Metadata
Assignees
Labels
Type
Projects
Status
📋 Backlog