diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 7737a06..c4f4730 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,16 +65,14 @@ jobs: - uses: codecov/codecov-action@v5 with: - use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} - token: ${{ secrets.CODECOV_TOKEN }} + use_oidc: true fail_ci_if_error: true disable_search: true files: coverage-unit.xml flags: unit - uses: codecov/codecov-action@v5 with: - use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }} - token: ${{ secrets.CODECOV_TOKEN }} + use_oidc: true fail_ci_if_error: true disable_search: true files: coverage-feature.xml