summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-09-29 06:41:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2022-09-29 06:41:02 -0400
commit95195b13f631a13ccd89bb4531424749f53fe518 (patch)
treeccadce0fa63d94ba7f12d94568ebce0e435ffc6c
parent789f1755333cad44115a90f4bc7d404848c3e876 (diff)
downloadpython-coveragepy-git-95195b13f631a13ccd89bb4531424749f53fe518.tar.gz
docs: changelog for json report branch details
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index b596ed65..dc3dcc14 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,10 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
+- The JSON report now includes details of which branches were taken, and which
+ are missing for each file. Thanks, Christoph Blessing (`pull 1438`_). Closes
+ `issue 1425`_.
+
- Starting with coverage.py 6.2, ``class`` statements were marked as a branch.
This wasn't right, and has been reverted, fixing `issue 1449`_. Note this
will very slightly reduce your coverage total if you are measuring branch
@@ -36,6 +40,8 @@ Unreleased
.. _bug 50381: https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=50381
.. _PEP 517: https://peps.python.org/pep-0517/
.. _issue 1395: https://github.com/nedbat/coveragepy/issues/1395
+.. _issue 1425: https://github.com/nedbat/coveragepy/issues/1425
+.. _pull 1438: https://github.com/nedbat/coveragepy/pull/1438
.. _issue 1449: https://github.com/nedbat/coveragepy/issues/1449
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 470dc25f..8fbd4b17 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -42,6 +42,7 @@ Chris Rose
Chris Warrick
Christian Heimes
Christine Lytwynec
+Christoph Blessing
Christoph Zwerschke
Clément Pit-Claudel
Conrad Ho