Add format arg to coverage command

This commit is contained in:
2021-01-28 20:22:18 +00:00
parent a3970cf553
commit e50cf8d06c

View File

@@ -56,7 +56,7 @@ jobs:
with:
coverageCommand: coverage run -m pytest -n 8
coverageLocations: |
${{github.workspace}}/.coverage
${{github.workspace}}/.coverage:coverage.py
- uses: actions/upload-artifact@v2
if: failure()
with: