What unit tests generate coverage? #1491
mnicolaides
started this conversation in
General
Replies: 1 comment
-
I'm not the super expert here but AFAIK coverlet doesn't track this infromation and thus it's not part of the generated reports. This was also once discussed here #117 (comment). |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Coverlet has a great xml report of line/function/class coverage. My question is what unit test generated the coverage of a function/line? Is there a coverlet setting for that?
Beta Was this translation helpful? Give feedback.
All reactions