summaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:38:45 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-01-14 14:38:55 +0000
commit02662d8064822ac96da8161fba38272359b93fa6 (patch)
treed511e6d3988cff0375dc9443b7af7172da745850 /tox.ini
parentReleasing debian version 2.4.1-1. (diff)
downloadidentify-02662d8064822ac96da8161fba38272359b93fa6.tar.xz
identify-02662d8064822ac96da8161fba38272359b93fa6.zip
Merging upstream version 2.4.4.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index a063c94..c88822d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -7,7 +7,7 @@ extras = license
commands =
coverage erase
coverage run -m pytest {posargs:tests}
- coverage report --fail-under 100
+ coverage report
[testenv:pre-commit]
skip_install = true