Show exact patch coverage for single flag #232
Ekleog-NEAR
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hey!
We have codecov enabled, that reports coverage on both unit tests and integration tests as two different flags. From these flags, we built two components, that each provide a github status with a target coverage.
Codecov very helpfully has a page which shows the exact lines in the patch that are covered by tests. However, it seems like filtering by flag on the top bar, doesn’t actually change the patch line coverage displayed to only include the coverage from the flag.
Do you think it’d be possible to add support for that use case? Currently it’s pretty hard to figure out which exact code lines are missing coverage from unit tests specifically.
Anyway, thank you for codecov, it’s already very useful :)
Beta Was this translation helpful? Give feedback.
All reactions