summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-08-05 12:03:45 -0700
committerGitHub <noreply@github.com>2021-08-05 12:03:45 -0700
commit1f51202aec24679be776ea759efb66070100c3c3 (patch)
tree4c3a69e9462dce1b8fe763caab663ab2f5ea09f5 /CHANGES.rst
parent4ef91bd9fc954c7182480440e5ce9346073b9270 (diff)
downloadpython-coveragepy-git-1f51202aec24679be776ea759efb66070100c3c3.tar.gz
feat: `coverage combine` now prints messages naming the files being combined. #1105 (#1208)
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 7977b1a5..600c71f8 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -27,6 +27,9 @@ Unreleased
- The ``coverage html`` command now prints a message indicating where the HTML
report was written. Fixes `issue 1195`_.
+- The ``coverage combine`` command now prints messages indicating each data
+ file being combined. Fixes `issue 1105`_.
+
- Unrecognized options in the configuration file are no longer errors. They are
now warnings, to ease the use of coverage across versions. Fixes `issue
1035`_.
@@ -35,6 +38,7 @@ Unreleased
unsupported type." (`issue 1010`_).
.. _issue 1035: https://github.com/nedbat/coveragepy/issues/1035
+.. _issue 1105: https://github.com/nedbat/coveragepy/issues/1105
.. _issue 1195: https://github.com/nedbat/coveragepy/issues/1195