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