diff --git a/.drone.yaml b/.drone.yml similarity index 95% rename from .drone.yaml rename to .drone.yml index 02c55a6..3cc0ca9 100644 --- a/.drone.yaml +++ b/.drone.yml @@ -9,7 +9,7 @@ name: run_tests steps: # Run tests against Python with pytest - - name: engine_test + - name: test image: python:3.7.2 commands: # Install dependencies diff --git a/Readme.md b/Readme.md index 497b79f..344e09c 100644 --- a/Readme.md +++ b/Readme.md @@ -1,5 +1,5 @@ # CIC-Utils - +[![Status](https://ci.grassecon.net/api/badges/grassrootseconomics/cic-utils/status.svg?ref=refs/heads/main)](https://ci.grassecon.net/grassrootseconomics/cic-utils) ## Tests ``` bash ./tests/run_tests.sh 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