Skip to content

Commit

Permalink
Fix pytest command in coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jul 16, 2023
1 parent 2be5469 commit ae9c7fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Run Tests
run: |
pytest tests -v --cov-config .coveragerc --cov=src/soundevent/ -l --tb=short --maxfail=1 tests/
pytest -v --cov-config .coveragerc --cov=src/soundevent/ -l --tb=short --maxfail=1 tests/
coverage xml
coverage html
Expand Down

0 comments on commit ae9c7fa

Please sign in to comment.