ci: fix drone config filename
continuous-integration/drone/push Build is passing Details

This commit is contained in:
William Luke 2022-02-03 11:05:06 +03:00
parent 50107b205e
commit 856a464548
2 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