Skip to content

Commit bdbcc5d

Browse files
committed
Bump up coverage percentage cut at tox
1 parent 7c7e4ad commit bdbcc5d

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

tox.ini

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
[tox]
22
minversion = 3.4.0
3-
envlist = {py27, py35, py36, py37, py38}-{unittest}, conver, bandit, build
3+
envlist =
4+
{py27, py35, py36, py37, py38}-{unittest},
5+
cover, docs, bandit, build
46
isolated_build = true
57
skip_missing_interpreters = true
68

@@ -52,7 +54,7 @@ deps =
5254
discover
5355
commands = coverage erase
5456
coverage run --source pyasn1_modules -m unittest discover {posargs}
55-
coverage report --fail-under 80
57+
coverage report --fail-under 93
5658

5759
[testenv:bandit]
5860
skip_install = true

0 commit comments

Comments
 (0)