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: with:
coverageCommand: coverage run -m pytest -n 8 coverageCommand: coverage run -m pytest -n 8
coverageLocations: | coverageLocations: |
${{github.workspace}}/.coverage ${{github.workspace}}/.coverage:coverage.py
- uses: actions/upload-artifact@v2 - uses: actions/upload-artifact@v2
if: failure() if: failure()
with: with: