mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Add format arg to coverage command
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user