Code coverage #2018
Code coverage
#2018
-
Hi, how can I run code coverage locally? |
Beta Was this translation helpful? Give feedback.
Answered by
kgodey
Dec 4, 2022
Replies: 1 comment 2 replies
-
Here's the commend to run coverage from our CI workflow, you can also use it locally. We use |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
kgodey
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Here's the commend to run coverage from our CI workflow, you can also use it locally.
We use
pytest-cov
, you can also read through their documentation to generate reports in other formats, XML is probably not the most useful locally.