diff options
author | Matt Bachmann <bachmann.matt@gmail.com> | 2019-07-08 23:09:38 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2019-08-31 07:24:08 -0400 |
commit | 9a78a80aaf8f8161b857ebf3cf02dd511181dd07 (patch) | |
tree | d73603d17fc5269a3b8199085bf67c436d99aedf /doc/branch.rst | |
parent | 790f0b30010a3a1f68f4fa7c172ce3b31c7c4b24 (diff) | |
download | python-coveragepy-git-9a78a80aaf8f8161b857ebf3cf02dd511181dd07.tar.gz |
Create a JSON report
Diffstat (limited to 'doc/branch.rst')
-rw-r--r-- | doc/branch.rst | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/branch.rst b/doc/branch.rst index 92cab27b..9af8f050 100644 --- a/doc/branch.rst +++ b/doc/branch.rst @@ -55,8 +55,9 @@ The HTML report gives information about which lines had missing branches. Lines that were missing some branches are shown in yellow, with an annotation at the far right showing branch destination line numbers that were not exercised. -The XML report produced by ``coverage xml`` also includes branch information, -including separate statement and branch coverage percentages. +The XML and JSON reports produced by ``coverage xml`` and ``coverage json`` +respectively also include branch information, including separate statement and +branch coverage percentages. How it works |