Update test-package.yml

This commit is contained in:
Fabio Caccamo 2022-01-12 02:03:06 +01:00
parent 872f87604e
commit a4d5ad8324
1 changed files with 2 additions and 11 deletions

View File

@ -27,16 +27,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements-test.txt
pip install tox-gh-actions
- name: Run tests
run: |
coverage run -m unittest
coverage xml -o ./coverage.xml
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: false
files: ./coverage.xml
flags: unittests
verbose: true
run: tox