diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1fc9f9..b0d4b44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -113,6 +113,7 @@ jobs: with: file: Cobertura.xml fail_ci_if_error: false + token: ${{ secrets.CODECOV_TOKEN }} - name: 'Publish Coverage Report' uses: actions/upload-artifact@v4 with: