Skip to content

Commit

Permalink
fix coverage workflow error
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jul 16, 2023
1 parent 77dd6bf commit 2be5469
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=sort --maxfail=1 tests/
pytest tests -v --cov-config .coveragerc --cov=src/soundevent/ -l --tb=short --maxfail=1 tests/
coverage xml
coverage html
Expand Down

0 comments on commit 2be5469

Please sign in to comment.