diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index b575afb..8632cc3 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -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