Skip to content

Commit

Permalink
Update pytest command coverage workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mbsantiago committed Jul 16, 2023
1 parent ae9c7fa commit bc134f5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ jobs:
- name: Run Tests
run: |
pytest -v --cov-config .coveragerc --cov=src/soundevent/ -l --tb=short --maxfail=1 tests/
coverage xml
coverage html
pytest --cov=soundevent --cov-report=xml tests
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
Expand Down

0 comments on commit bc134f5

Please sign in to comment.