summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-01-02 11:33:52 -0500
committerNed Batchelder <ned@nedbatchelder.com>2023-01-02 12:31:49 -0500
commitd08e6d08cb01d07209bcc5a96807e48eeb593ed9 (patch)
tree35a5658e4441cde4d32e09cda15a0de42cada672 /CHANGES.rst
parent3f0bce2f5f4658bfa1d9cd6ddb2f6d7e520897e8 (diff)
downloadpython-coveragepy-git-d08e6d08cb01d07209bcc5a96807e48eeb593ed9.tar.gz
fix: relative_files should keep relative path maps. #1519
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst5
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 352ddb65..fa83063d 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
----------
+- Fix: when using the ``[run] relative_files = True`` setting, a relative
+ ``[paths]`` pattern was still being made absolute. This is now fixed,
+ closing `issue 1519`_.
+
- Fix: if Python doesn't provide tomllib, then TOML configuration files can
only be read if coverage.py is installed with the ``[toml]`` extra.
Coverage.py will raise an error if toml support is not installed when it sees
@@ -41,6 +45,7 @@ Unreleased
.. _issue 1515: https://github.com/nedbat/coveragepy/issues/1515
.. _issue 1516: https://github.com/nedbat/coveragepy/issues/1516
+.. _issue 1519: https://github.com/nedbat/coveragepy/issues/1519
.. _changes_7-0-1: