Merge pull request 'ci: poke' (#1) from lum/poke-drone into main
All checks were successful
continuous-integration/drone/push Build is passing

Reviewed-on: #1
This commit was merged in pull request #1.
This commit is contained in:
2022-02-03 08:14:55 +00:00
3 changed files with 3 additions and 3 deletions

View File

@@ -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

View File

@@ -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

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