Skip to content

Commit 9363677

Browse files
committed
Revert "ci: temporarily lower min coverage (wip)"
This reverts commit b46132c. Signed-off-by: Lukas Puehringer <[email protected]>
1 parent 77bd83a commit 9363677

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ changedir = tests
1717
commands =
1818
python3 --version
1919
python3 -m coverage run aggregate_tests.py
20-
python3 -m coverage report -m --fail-under 92
20+
python3 -m coverage report -m --fail-under 97
2121

2222
deps =
2323
-r{toxinidir}/requirements/test.txt

0 commit comments

Comments
 (0)