From d58eb751ded201487f409f7e93e29f851d14798c Mon Sep 17 00:00:00 2001 From: miroslavpojer Date: Tue, 19 Nov 2024 09:50:09 +0100 Subject: [PATCH] - Reduced duplicate code. --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 08f2200..da0f856 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -108,9 +108,3 @@ jobs: - name: Check code coverage with Pytest run: pytest --cov=. -v tests/ --cov-fail-under=80 - - - name: Upload coverage report - uses: actions/upload-artifact@v3 - with: - name: coverage-report - path: coverage_overall.xml