summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-03-14 06:01:52 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-03-14 06:01:52 -0400
commit44cb89f79304ab09a147a85f0788e7dd13bbbba3 (patch)
tree8686fed524337685b43a314a52c6d00b1843f17a
parentf0a8b6ffe07b24398ab01b2fb8654572966fa5f4 (diff)
downloadpython-coveragepy-git-44cb89f79304ab09a147a85f0788e7dd13bbbba3.tar.gz
docs: changelog for #1583
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
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ș