tests: fix cov
continuous-integration/drone/push Build is passing Details
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
William Luke 2022-02-03 11:08:39 +03:00
parent 85a95499fd
commit dd72eb30dc
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
pip install -r test_requirements.txt
pytest -x --cov=aiee --cov-fail-under=97 --cov-report term-missing tests
pytest -x --cov=cic_utils --cov-fail-under=97 --cov-report term-missing tests