mirror of
https://github.com/theupdateframework/python-tuf
synced 2026-05-24 10:08:28 +00:00
Revert "ci: temporarily lower min coverage (wip)"
This reverts commit b46132ccdcc08b8b3a5c819c04803bfecc62a318. Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
parent
0f64cf4c91
commit
f5826c0c41
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
|
@ -17,7 +17,7 @@ changedir = tests
|
|||
commands =
|
||||
python3 --version
|
||||
python3 -m coverage run aggregate_tests.py
|
||||
python3 -m coverage report -m --fail-under 92
|
||||
python3 -m coverage report -m --fail-under 97
|
||||
|
||||
deps =
|
||||
-r{toxinidir}/requirements/test.txt
|
||||
|
|
|
|||
Loading…
Reference in a new issue