From 2be546993a1769d3d604c27343f3f285296b36b4 Mon Sep 17 00:00:00 2001 From: Santiago Martinez Date: Sun, 16 Jul 2023 15:31:07 +0100 Subject: [PATCH] fix coverage workflow error --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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