Skip to content

Commit

Permalink
docs: wrap long lines
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Mar 15, 2023
1 parent f95ce97 commit dd7959d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
6 changes: 3 additions & 3 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ Unreleased
LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to
`Ian Moore <pull 1583_>`_.

- Fix: the ``coverage xml`` command on Windows could create a .xml file with duplicate
``<package>`` elements. This is now fixed, thanks to `Benjamin Parzella <pull
1574_>`_, closing `issue 1573`_.
- Fix: the ``coverage xml`` command on Windows could create a .xml file with
duplicate ``<package>`` elements. This is now fixed, thanks to `Benjamin
Parzella <pull 1574_>`_, closing `issue 1573`_.

.. _issue 1573: https://github.com/nedbat/coveragepy/issues/1573
.. _pull 1574: https://github.com/nedbat/coveragepy/pull/1574
Expand Down
7 changes: 4 additions & 3 deletions doc/changes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`_.
Expand Down

0 comments on commit dd7959d

Please sign in to comment.