Skip to content

Commit 6d5c4d4

Browse files
committed
docs: add the fix for #1599, thanks Lewis Gaul
1 parent f27c9ca commit 6d5c4d4

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

CHANGES.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ development at the same time, such as 4.5.x and 5.0.
2020
Unreleased
2121
----------
2222

23+
- Fix: the :ref:`config_run_sigterm` setting was meant to capture data if a
24+
process was terminated with a SIGTERM signal, but it didn't always. This was
25+
fixed thanks to `Lewis Gaul <pull 1600_>`_, closing `issue 1599`_.
26+
2327
- Performance: HTML reports with context information are now much more compact.
2428
File sizes are typically as small as one-third the previous size, but can be
2529
dramatically smaller. This closes `issue 1584`_ thanks to `Oleh Krehel
@@ -30,6 +34,8 @@ Unreleased
3034
.. _issue 1584: https://github.com/nedbat/coveragepy/issues/1584
3135
.. _pull 1587: https://github.com/nedbat/coveragepy/pull/1587
3236
.. _issue 1592: https://github.com/nedbat/coveragepy/issues/1592
37+
.. _issue 1599: https://github.com/nedbat/coveragepy/issues/1599
38+
.. _pull 1600: https://github.com/nedbat/coveragepy/pull/1600
3339

3440

3541
.. scriv-start-here

CONTRIBUTORS.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ Krystian Kichewko
105105
Kyle Altendorf
106106
Lars Hupfeldt Nielsen
107107
Leonardo Pistone
108+
Lewis Gaul
108109
Lex Berezhny
109110
Loïc Dachary
110111
Lorenzo Micò

0 commit comments

Comments
 (0)