diff --git a/.github/workflows/contrib.yml b/.github/workflows/contrib.yml index 640d04bf23..dca5bbdecb 100644 --- a/.github/workflows/contrib.yml +++ b/.github/workflows/contrib.yml @@ -73,7 +73,6 @@ jobs: if: ${{ matrix.check != 'skiptests' }} - uses: codecov/codecov-action@v5 with: - file: coverage.xml token: ${{ secrets.CODECOV_TOKEN }} if: ${{ always() }} - name: Upload pytest test results