File tree 2 files changed +7
-6
lines changed
2 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -24,9 +24,9 @@ Unreleased
24
24
LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
25
25
`Ian Moore <pull 1583 _>`_.
26
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 `_.
27
+ - Fix: the ``coverage xml `` command on Windows could create a .xml file with
28
+ duplicate ``<package> `` elements. This is now fixed, thanks to `Benjamin
29
+ Parzella <pull 1574_> `_, closing `issue 1573 `_.
30
30
31
31
.. _issue 1573 : https://github.com/nedbat/coveragepy/issues/1573
32
32
.. _pull 1574 : https://github.com/nedbat/coveragepy/pull/1574
Original file line number Diff line number Diff line change @@ -2234,9 +2234,10 @@ Version 3.4 — 2010-09-19
2234
2234
Version 3.4b2 — 2010-09-06
2235
2235
--------------------------
2236
2236
2237
- - Completely un-executed files can now be included in coverage results, reported
2238
- as 0% covered. This only happens if the --source option is specified, since
2239
- coverage.py needs guidance about where to look for source files.
2237
+ - Completely un-executed files can now be included in coverage results,
2238
+ reported as 0% covered. This only happens if the --source option is
2239
+ specified, since coverage.py needs guidance about where to look for source
2240
+ files.
2240
2241
2241
2242
- The XML report output now properly includes a percentage for branch coverage,
2242
2243
fixing `issue 65 `_ and `issue 81 `_.
You can’t perform that action at this time.
0 commit comments