-
-
Notifications
You must be signed in to change notification settings - Fork 478
Add explanation and examples for symbols used when displaying branch coverage #1597
Copy link
Copy link
Closed
Closed
Copy link
Labels
docsenhancementNew feature or requestNew feature or requestgood firstThis could be a good first contributionThis could be a good first contribution
Description
Yesterday, CI was broken as one branch was not covered, see
plugins.py 210 0 50 1 99% 303->302
While the arrow symbols for if/else branches are more or less self explanatory, here I did not understand what it means.
I then had a look at
- https://coverage.readthedocs.io/en/7.2.2/branch.html
- https://coverage.readthedocs.io/en/7.2.2/cmd.html#coverage-summary-coverage-report
- https://coverage.readthedocs.io/en/7.2.2/faq.html
but did not find any explanation. I then reached out to a online chat, where I was helped: The for-loop is not exhausted
I'd like to have examples for both if/else and for-loops (and maybe other special things), and explanations for those examples, ideally at the branch coverage page, and maybe a link from the cmd.html page, where the branch coverage example is shown, a la "more examples and explanations at ...".
Thank you!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
docsenhancementNew feature or requestNew feature or requestgood firstThis could be a good first contributionThis could be a good first contribution
