diff --git a/.github/workflows/test-coverage.yaml b/.github/workflows/test-coverage.yaml index 57133d44c..79fcd6fdc 100644 --- a/.github/workflows/test-coverage.yaml +++ b/.github/workflows/test-coverage.yaml @@ -45,6 +45,7 @@ jobs: file: ./cobertura.xml plugin: noop disable_search: true + token: ${{ secrets.CODECOV_TOKEN }} - name: Upload test results if: failure()