Fix broken coverage command

This commit is contained in:
Santiago L 2022-03-03 09:59:47 +01:00
parent b8a5ddd8d7
commit ceb63b4eb3
1 changed files with 1 additions and 1 deletions

View File

@ -76,7 +76,7 @@ jobs:
- name: Run Tests - name: Run Tests
run: | run: |
export SECRET_KEY=`python3 -c 'import secrets; print(secrets.token_hex())'` export SECRET_KEY=`python3 -c 'import secrets; print(secrets.token_hex())'`
coverage run --source='ereuse_devicehub' pytest -m mvp --maxfail=5 tests/ coverage run --source='ereuse_devicehub' -m pytest -m mvp --maxfail=5 tests/
coverage report --include='ereuse_devicehub/*' coverage report --include='ereuse_devicehub/*'
coverage xml coverage xml