File tree 2 files changed +6
-0
lines changed
2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -26,11 +26,16 @@ Unreleased
26
26
``ValueError: signal only works in main thread ``. This is now fixed, closing
27
27
`issue 1312 `_.
28
28
29
+ - Fix: ``--precision `` on the command-line was being ignored while considering
30
+ ``--fail-under ``. This is now fixed, thanks to
31
+ `Marcelo Trylesinski <pull 1317 _>`_.
32
+
29
33
- Fix: releases no longer provide 3.11 alpha wheels. We use internal fields
30
34
which are moving during the alpha phase. Fixes `issue 1316 `_.
31
35
32
36
.. _issue 1312 : https://github.com/nedbat/coveragepy/issues/1312
33
37
.. _issue 1316 : https://github.com/nedbat/coveragepy/issues/1316
38
+ .. _pull 1317 : https://github.com/nedbat/coveragepy/pull/1317
34
39
35
40
36
41
.. _changes_63 :
Original file line number Diff line number Diff line change @@ -96,6 +96,7 @@ Leonardo Pistone
96
96
Lex Berezhny
97
97
Loïc Dachary
98
98
Marc Abramowitz
99
+ Marcelo Trylesinski
99
100
Marcus Cobden
100
101
Marius Gedminas
101
102
Mark van der Wal
You can’t perform that action at this time.
0 commit comments