summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-01-06 18:40:46 -0500
committerNed Batchelder <ned@nedbatchelder.com>2021-01-06 18:40:46 -0500
commitf0930815952f9fb90ff038e5335932e5a474bb28 (patch)
treed406312930c77cbb06e24ec3577429a2ffccdc98
parent051bdf23b5d86a15ada43523c00f8f3462063ad6 (diff)
downloadpython-coveragepy-git-f0930815952f9fb90ff038e5335932e5a474bb28.tar.gz
Say a little more about always outputing TOTAL
-rw-r--r--CHANGES.rst8
1 files changed, 7 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 2e68f6b9..ae10409c 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -26,7 +26,13 @@ Unreleased
- The text report produced by ``coverage report`` now always outputs a TOTAL
line, even if only one Python file is reported. This makes regex parsing
- of the output easier. Thanks, Judson Neer.
+ of the output easier. Thanks, Judson Neer. This had been requested a number
+ of times (`issue 1086`_, `issue 922`_, `issue 732`_).
+
+.. _issue 1086: https://github.com/nedbat/coveragepy/issues/1086
+.. _issue 732: https://github.com/nedbat/coveragepy/issues/732
+.. _issue 922: https://github.com/nedbat/coveragepy/issues/922
+
.. _changes_531: