Skip to content

Commit

Permalink
Fix --cov path after copying from primed-django repo
Browse files Browse the repository at this point in the history
Oops!
  • Loading branch information
amstilp committed Sep 3, 2024
1 parent f238e9f commit 18a236f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:

- name: Run tests
run: |
pytest --cov=gregor_django -n auto
pytest --cov=primed -n auto
mv .coverage coverage-${{ strategy.job-index }}
- name: List files for debugging purposes
Expand Down

0 comments on commit 18a236f

Please sign in to comment.