Updated test workflow.

This commit is contained in:
Fabio Caccamo 2022-02-14 23:32:28 +01:00
parent f786d5e975
commit 2c4ad7f397
2 changed files with 2 additions and 2 deletions

View File

@ -38,7 +38,7 @@ jobs:
- name: Run tests
run: |
coverage run --append --source=benedict -m unittest
coverage run --append --source=benedict setup.py test
coverage xml -o ./coverage.xml
- name: Upload coverage to Codecov

View File

@ -18,7 +18,7 @@ commands =
pip install pip --upgrade
pip install -r requirements.txt
pip install -r requirements-test.txt
coverage run --append --source=benedict -m unittest
coverage run --append --source=benedict setup.py test
coverage report -m
codecov