Revert "ci: temporarily lower min coverage (wip)"

This reverts commit b46132ccdcc08b8b3a5c819c04803bfecc62a318.

Signed-off-by: Lukas Puehringer <lukas.puehringer@nyu.edu>
This commit is contained in:
Lukas Puehringer 2023-10-12 12:00:12 +02:00
parent 0f64cf4c91
commit f5826c0c41

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 92
python3 -m coverage report -m --fail-under 97
deps =
-r{toxinidir}/requirements/test.txt