From 406360bb1191b73818829ca8fef7ad153695760f Mon Sep 17 00:00:00 2001 From: Eddy Filip Date: Thu, 19 Dec 2024 20:08:12 +0200 Subject: [PATCH] Remove codecov --- .github/workflows/test.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 8a396fb..ed04298 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -25,9 +25,3 @@ jobs: - name: Test run: | poetry run pytest src/tests --cov=./ --cov-report=xml - - name: Upload coverage to Codecov - uses: codecov/codecov-action@v2 - with: - fail_ci_if_error: true - files: ./coverage.xml - token: ${{ secrets.CODECOV_TOKEN }}