From f0930815952f9fb90ff038e5335932e5a474bb28 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 6 Jan 2021 18:40:46 -0500 Subject: Say a little more about always outputing TOTAL --- CHANGES.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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: -- cgit v1.2.1