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 <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2023-08-09 11:23:58 +02:00
parent b279745886
commit 01ba0cdb02

View file

@ -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