summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-05-10 21:29:18 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-05-10 21:29:18 -0400
commite604cd1d2e36c02aa3770ccae038a52d2cf2e94d (patch)
tree3bd4be0a41140652b964b5141fde8992f60a7851
parent1eeb84d3e9da3bf465c9fcd731834228b507950a (diff)
downloadpython-coveragepy-git-e604cd1d2e36c02aa3770ccae038a52d2cf2e94d.tar.gz
docs: tweak a paragraph about the HTML report
-rw-r--r--doc/cmd.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/cmd.rst b/doc/cmd.rst
index 0704e940..7db6746a 100644
--- a/doc/cmd.rst
+++ b/doc/cmd.rst
@@ -624,9 +624,10 @@ Here's a `sample report`__.
__ https://nedbatchelder.com/files/sample_coverage_html/index.html
-Lines are highlighted green for executed, red for missing, and gray for
-excluded. The counts at the top of the file are buttons to turn on and off
-the highlighting.
+Lines are highlighted: green for executed, red for missing, and gray for
+excluded. If you've used branch coverage, partial branches are yellow. The
+colored counts at the top of the file are buttons to turn on and off the
+highlighting.
A number of keyboard shortcuts are available for navigating the report.
Click the keyboard icon in the upper right to see the complete list.