From fbe31abf6a215dc6b287878b8034024d1f579173 Mon Sep 17 00:00:00 2001 From: AGOUGIL Mohamed Date: Fri, 3 Jul 2026 15:38:29 +0100 Subject: [PATCH] fix: remove codecov config Removes the codecov config file and the coverage upload from the pytest workflow. --- .github/workflows/pytest.yaml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/pytest.yaml b/.github/workflows/pytest.yaml index 8b05dece..7bc72a99 100644 --- a/.github/workflows/pytest.yaml +++ b/.github/workflows/pytest.yaml @@ -29,10 +29,4 @@ jobs: - name: Running tests with pytest. run: | set -o pipefail - pytest --cov=./ --cov-report=xml:coverage.xml --cov-report=term-missing - - name: Upload coverage to Codecov. - uses: codecov/codecov-action@v4 - with: - verbose: true - token: ${{ secrets.CODECOV_TOKEN }} - file: coverage.xml \ No newline at end of file + pytest