diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2143b919..dc98742e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -183,5 +183,6 @@ jobs: - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: + token: ${{ secrets.CODECOV_TOKEN }} file: ./tests/coverage.xml fail_ci_if_error: true