diff --git a/CHANGES.rst b/CHANGES.rst index 1e549eea7..74f2d4bcc 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -24,9 +24,9 @@ Unreleased LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to `Ian Moore `_. -- Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate - ```` elements. This is now fixed, thanks to `Benjamin Parzella `_, closing `issue 1573`_. +- Fix: the ``coverage xml`` command on Windows could create a .xml file with + duplicate ```` elements. This is now fixed, thanks to `Benjamin + Parzella `_, closing `issue 1573`_. .. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573 .. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574 diff --git a/doc/changes.rst b/doc/changes.rst index 7f2df6181..54a3c81be 100644 --- a/doc/changes.rst +++ b/doc/changes.rst @@ -2234,9 +2234,10 @@ Version 3.4 — 2010-09-19 Version 3.4b2 — 2010-09-06 -------------------------- -- Completely un-executed files can now be included in coverage results, reported - as 0% covered. This only happens if the --source option is specified, since - coverage.py needs guidance about where to look for source files. +- Completely un-executed files can now be included in coverage results, + reported as 0% covered. This only happens if the --source option is + specified, since coverage.py needs guidance about where to look for source + files. - The XML report output now properly includes a percentage for branch coverage, fixing `issue 65`_ and `issue 81`_.