Skip to content

Commit

Permalink
ci: temporarily lower min coverage (wip)
Browse files Browse the repository at this point in the history
This is a poc implementation. If accepted, tests will be added and this
commit can be reverted.

Signed-off-by: Lukas Puehringer <[email protected]>
  • Loading branch information
lukpueh committed Aug 21, 2023
1 parent ca172a7 commit b46132c
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 97
python3 -m coverage report -m --fail-under 92

deps =
-r{toxinidir}/requirements/test.txt
Expand Down

0 comments on commit b46132c

Please sign in to comment.