We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d76fa commit f95ce97Copy full SHA for f95ce97
2 files changed
CHANGES.rst
@@ -24,6 +24,12 @@ Unreleased
24
LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
25
`Ian Moore <pull 1583_>`_.
26
27
+- Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate
28
+ ``<package>`` elements. This is now fixed, thanks to `Benjamin Parzella <pull
29
+ 1574_>`_, closing `issue 1573`_.
30
+
31
+.. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573
32
+.. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574
33
.. _pull 1583: https://github.com/nedbat/coveragepy/pull/1583
34
35
CONTRIBUTORS.txt
@@ -25,6 +25,7 @@ Arthur Deygin
Arthur Rio
Ben Carlsson
Ben Finney
+Benjamin Parzella
Benjamin Schubert
Bernát Gábor
Bill Hart
0 commit comments