diff options
-rw-r--r-- | CHANGES.rst | 6 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 558f9daf..bb180f88 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -20,7 +20,11 @@ development at the same time, such as 4.5.x and 5.0. Unreleased ---------- -Nothing yet. +- Fix: the ``coverage lcov`` command could create a .lcov file with incorrect + LF (lines found) and LH (lines hit) totals. This is now fixed, thanks to + `Ian Moore <pull 1583_>`_. + +.. _pull 1583: https://github.com/nedbat/coveragepy/pull/1583 .. scriv-start-here diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index f9f028a4..0d6c7f60 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -79,6 +79,7 @@ Greg Rogers Guido van Rossum Guillaume Chazarain Hugo van Kemenade +Ian Moore Ilia Meerovich Imri Goldberg Ionel Cristian Mărieș |