summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-05-05 07:58:26 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-05-05 07:58:26 -0400
commit80cf759b1504fc75e1135cc15a69a827a2439a1f (patch)
tree98a2de38c0450223a8bd8df19db676b3ebfa5143 /CHANGES.rst
parent05ae0472830008dad1bd2ee53e4b55338bdc929f (diff)
downloadpython-coveragepy-git-80cf759b1504fc75e1135cc15a69a827a2439a1f.tar.gz
Make sure xml reports specify valid source filenames. #526
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 0cf9bff7..f3f88f03 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -14,6 +14,10 @@ Unreleased
instead of the correct ``pkg/__init__.py``. This is now fixed. Thanks, Dirk
Thomas.
+- XML reports could produce ``<source>`` and ``<class>`` lines that together
+ didn't specify a valid source file path, as described in `issue 526`_. This
+ is now fixed.
+
- Namespace packages are no longer warned as having no code, as described in
`issue 572`_.
@@ -28,6 +32,7 @@ Unreleased
- Running ``coverage xml`` in a directory named with non-ASCII characters would
fail under Python 2, as reported in `issue 573`_. This is now fixed.
+.. _issue 526: https://bitbucket.org/ned/coveragepy/issues/526/generated-xml-invalid-paths-for-cobertura
.. _issue 572: https://bitbucket.org/ned/coveragepy/issues/572/no-python-source-warning-for-namespace
.. _issue 573: https://bitbucket.org/ned/coveragepy/issues/573/cant-generate-xml-report-if-some-source
.. _issue 575: https://bitbucket.org/ned/coveragepy/issues/575/running-doctest-prevents-complete-coverage