diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-01 19:18:36 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-02-01 19:18:36 -0500 |
commit | d246788974c866dfda8c5a30457ef8518d616065 (patch) | |
tree | 99398458569c677555a61301aae282ef98acbf75 | |
parent | e8b4120bfc6d04b2385b436ee71484bf3d71e440 (diff) | |
download | python-coveragepy-git-d246788974c866dfda8c5a30457ef8518d616065.tar.gz |
docs: a changelog entry for #1317
-rw-r--r-- | CHANGES.rst | 5 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 5200c9f8..4a009ab4 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -26,11 +26,16 @@ Unreleased ``ValueError: signal only works in main thread``. This is now fixed, closing `issue 1312`_. +- Fix: ``--precision`` on the command-line was being ignored while considering + ``--fail-under``. This is now fixed, thanks to + `Marcelo Trylesinski <pull 1317_>`_. + - Fix: releases no longer provide 3.11 alpha wheels. We use internal fields which are moving during the alpha phase. Fixes `issue 1316`_. .. _issue 1312: https://github.com/nedbat/coveragepy/issues/1312 .. _issue 1316: https://github.com/nedbat/coveragepy/issues/1316 +.. _pull 1317: https://github.com/nedbat/coveragepy/pull/1317 .. _changes_63: diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index 9f3d0b20..ddcfe634 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -96,6 +96,7 @@ Leonardo Pistone Lex Berezhny Loïc Dachary Marc Abramowitz +Marcelo Trylesinski Marcus Cobden Marius Gedminas Mark van der Wal |