Can one use test matrix logic to define coverage combine rules? #686
Unanswered
frere-jacques
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is it possible to configure coverage combine with the logic of the test matrix?
I run pytest-cov over the test matrix. So far I managed to get only coverage within each environment or completely merged coverage via --cov-append.
Question is motivated by my problem description here:
https://stackoverflow.com/questions/74868696/pytest-coverage-with-conditional-imports-and-optional-requirements
Beta Was this translation helpful? Give feedback.
All reactions