Skip to content

Commit

Permalink
Revert "ci: temporarily lower min coverage (wip)"
Browse files Browse the repository at this point in the history
This reverts commit b46132c.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Feb 21, 2024
1 parent 77bd83a commit 9363677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9363677

Please sign in to comment.