From 6d5c4d46648f1a2e5f12059def123c6f29fdd7b2 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Thu, 6 Apr 2023 07:03:02 -0400 Subject: [PATCH] docs: add the fix for #1599, thanks Lewis Gaul --- CHANGES.rst | 6 ++++++ CONTRIBUTORS.txt | 1 + 2 files changed, 7 insertions(+) diff --git a/CHANGES.rst b/CHANGES.rst index c7aca9073..a403de3a2 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 `_, 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 a35dcfd0c..0ba35f628 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ò