diff options
-rw-r--r-- | CHANGES.rst | 4 | ||||
-rw-r--r-- | CONTRIBUTORS.txt | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst index 4c5bdcab..85712014 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -31,6 +31,10 @@ Unreleased ``--precision`` option to control the number of decimal points displayed. Thanks, Teake Nutma. +- If coverage fails due to the coverage total not reaching the ``--fail-under`` + value, it will now print a message making the condition clear. Thanks, + Naveen Yadav. + - TOML configuration files with non-ASCII characters would cause errors on Windows (`issue 990`_). This is now fixed. diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt index c418a049..cc005f31 100644 --- a/CONTRIBUTORS.txt +++ b/CONTRIBUTORS.txt @@ -100,6 +100,7 @@ Max Linke MichaĆ Bultrowicz Mickie Betz Mike Fiedler +Naveen Yadav Nathan Land Noel O'Boyle Olivier Grisel |