summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-06-29 13:16:48 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-06-29 13:16:48 -0400
commitb59a741b67ee56cd835935e8c980f37abcac9437 (patch)
tree420ab4080774a4eb9b72aba5c965bee7c85dcb40
parent87e986bc32ef84de37ad7b5fec5394a4466e3ae9 (diff)
downloadpython-coveragepy-git-b59a741b67ee56cd835935e8c980f37abcac9437.tar.gz
One more thing I did
-rw-r--r--CHANGES.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 6147ae4a..44d80835 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -39,6 +39,10 @@ Unreleased
- TOML configuration files with non-ASCII characters would cause errors on
Windows (`issue 990`_). This is now fixed.
+- The output of ``--debug=trace`` now includes information about how the
+ ``--source`` option is being interpreted, and the module names being
+ considered.
+
.. _pull request 931: https://github.com/nedbat/coveragepy/pull/931
.. _pull request 977: https://github.com/nedbat/coveragepy/pull/977
.. _pull request 982: https://github.com/nedbat/coveragepy/pull/982