diff --git a/.drone.yaml b/.drone.yml similarity index 100% rename from .drone.yaml rename to .drone.yml diff --git a/tests/run_tests.sh b/tests/run_tests.sh index f7568bc..031dc30 100644 --- a/tests/run_tests.sh +++ b/tests/run_tests.sh @@ -1,3 +1,3 @@ pip install -r test_requirements.txt -pytest -x --cov=aiee --cov-fail-under=97 --cov-report term-missing tests \ No newline at end of file +pytest -x --cov=cic_utils --cov-fail-under=97 --cov-report term-missing tests \ No newline at end of file