diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2ac64e7..1071227 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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