diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-15 18:48:38 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2020-03-15 18:48:38 -0400 |
| commit | f668d6f32e2d0864ee84e5f556860a085bc6ecfb (patch) | |
| tree | 16e256dae636b1fab94475151b42f716cb5cc1ab /CHANGES.rst | |
| parent | fa2e0e49fea9f6cbaab9e2dc3a203dc59b8fb2c2 (diff) | |
| download | python-coveragepy-git-f668d6f32e2d0864ee84e5f556860a085bc6ecfb.tar.gz | |
relative_files makes XML store relative paths. #948.
Diffstat (limited to 'CHANGES.rst')
| -rw-r--r-- | CHANGES.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index faed03d5..2407bc3f 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,6 +26,10 @@ Unreleased - Updated Python 3.9 support to 3.9a4. +- If using the ``[run] relative_files`` setting, the XML report will use + relative files in the ``<source>`` elements indicating the location of source + code. Closes `issue 948`_. + - The textual summary report could report missing lines with negative line numbers on PyPy3 7.1 (`issue 943`_). This is now fixed. @@ -39,6 +43,7 @@ Unreleased .. _issue 943: https://github.com/nedbat/coveragepy/issues/943 .. _issue 944: https://github.com/nedbat/coveragepy/issues/944 .. _pull request 945: https://github.com/nedbat/coveragepy/pull/945 +.. _issue 948: https://github.com/nedbat/coveragepy/issues/948 .. _issue 949: https://github.com/nedbat/coveragepy/issues/949 |
