Skip to content

Commit dc7acbb

Browse files
author
Lukas Puehringer
committed
ci: temporarily lower min coverage (wip)
This is a poc implementation. If accepted, tests will be added and this commit can be reverted. Signed-off-by: Lukas Puehringer <[email protected]>
1 parent a499b6a commit dc7acbb

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 97
20+
python3 -m coverage report -m --fail-under 92
2121

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

0 commit comments

Comments
 (0)