summaryrefslogtreecommitdiff
path: root/CONTRIBUTORS.txt
diff options
context:
space:
mode:
authorMike Fiedler <miketheman@gmail.com>2018-12-23 20:19:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2018-12-23 22:13:53 -0500
commit9f29efdf20c5dcfe49e85cc61c0839730be2462e (patch)
tree9e9d9ed3d9db32f2b64488ac68b07d13bd84111f /CONTRIBUTORS.txt
parentce9194abe4c369c455cca9f1d88c25b70db031e6 (diff)
downloadpython-coveragepy-git-9f29efdf20c5dcfe49e85cc61c0839730be2462e.tar.gz
Disallow impossible values for fail_under
Since there's no way were likely to achieve greater than 100% code coverage, disallow usage of any value above 100. Resolves #743 Signed-off-by: Mike Fiedler <miketheman@gmail.com>
Diffstat (limited to 'CONTRIBUTORS.txt')
-rw-r--r--CONTRIBUTORS.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt
index 4c07024c..93f27153 100644
--- a/CONTRIBUTORS.txt
+++ b/CONTRIBUTORS.txt
@@ -81,6 +81,7 @@ Matthew Desmarais
Max Linke
MichaƂ Bultrowicz
Mickie Betz
+Mike Fiedler
Nathan Land
Noel O'Boyle
Olivier Grisel