We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test.yml
1 parent 390c2bf commit 03e8843Copy full SHA for 03e8843
.github/workflows/test.yml
@@ -65,16 +65,14 @@ jobs:
65
66
- uses: codecov/codecov-action@v5
67
with:
68
- use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
69
- token: ${{ secrets.CODECOV_TOKEN }}
+ use_oidc: true
70
fail_ci_if_error: true
71
disable_search: true
72
files: coverage-unit.xml
73
flags: unit
74
75
76
77
78
79
80
files: coverage-feature.xml
0 commit comments