From 856a46454834e0fa06688ce689d69627815d3c55 Mon Sep 17 00:00:00 2001 From: William Luke Date: Thu, 3 Feb 2022 11:05:06 +0300 Subject: [PATCH] ci: fix drone config filename --- .drone.yaml => .drone.yml | 0 tests/run_tests.sh | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename .drone.yaml => .drone.yml (100%) 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