summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2020-06-28 17:05:29 -0400
committerNed Batchelder <ned@nedbatchelder.com>2020-06-28 17:05:29 -0400
commit221caf0deeb5a27a851afeab1687dc6485ada517 (patch)
tree1342f3baa25ddcd45266d60c2644f94c0c0dfb59
parent8458b416bf8c5a67f586ca3b3cd926bbaba47347 (diff)
downloadpython-coveragepy-git-221caf0deeb5a27a851afeab1687dc6485ada517.tar.gz
The --fail-under message is thanks to Naveen Yadav
-rw-r--r--CHANGES.rst4
-rw-r--r--CONTRIBUTORS.txt1
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