diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index b59701f7..2d487625 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -57,8 +57,9 @@ jobs: MPLBACKEND: agg - name: Codecov - uses: codecov/codecov-action@v2 + uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} name: codecov-${{ matrix.os }}-py${{ matrix.python-version }} file: ./coverage.xml fail_ci_if_error: true