summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2023-04-06 07:03:02 -0400
committerNed Batchelder <ned@nedbatchelder.com>2023-04-06 07:03:02 -0400
commit6d5c4d46648f1a2e5f12059def123c6f29fdd7b2 (patch)
treebea0db036517db62a7a02055d739063a25abebe1
parentf27c9ca775173d32bf71aeca9075c70f893b6542 (diff)
downloadpython-coveragepy-git-6d5c4d46648f1a2e5f12059def123c6f29fdd7b2.tar.gz
docs: add the fix for #1599, thanks Lewis Gaul
-rw-r--r--CHANGES.rst6
-rw-r--r--CONTRIBUTORS.txt1
2 files changed, 7 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index c7aca907..a403de3a 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -20,6 +20,10 @@ development at the same time, such as 4.5.x and 5.0.
Unreleased
----------
+- Fix: the :ref:`config_run_sigterm` setting was meant to capture data if a
+ process was terminated with a SIGTERM signal, but it didn't always. This was
+ fixed thanks to `Lewis Gaul <pull 1600_>`_, closing `issue 1599`_.
+
- Performance: HTML reports with context information are now much more compact.
File sizes are typically as small as one-third the previous size, but can be
dramatically smaller. This closes `issue 1584`_ thanks to `Oleh Krehel
@@ -30,6 +34,8 @@ Unreleased
.. _issue 1584: https://github.com/nedbat/coveragepy/issues/1584
.. _pull 1587: https://github.com/nedbat/coveragepy/pull/1587
.. _issue 1592: https://github.com/nedbat/coveragepy/issues/1592
+.. _issue 1599: https://github.com/nedbat/coveragepy/issues/1599
+.. _pull 1600: https://github.com/nedbat/coveragepy/pull/1600
.. scriv-start-here
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index a35dcfd0..0ba35f62 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -105,6 +105,7 @@ Krystian Kichewko
Kyle Altendorf
Lars Hupfeldt Nielsen
Leonardo Pistone
+Lewis Gaul
Lex Berezhny
Loïc Dachary
Lorenzo Micò