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.
CODECOV_TOKEN
1 parent 1c2a278 commit 7475167Copy full SHA for 7475167
.github/workflows/test.yml
@@ -91,13 +91,15 @@ jobs:
91
- uses: codecov/codecov-action@v5
92
with:
93
use_oidc: ${{ !(github.event_name == 'pull_request' && github.event.pull_request.head.repo.fork) }}
94
+ token: ${{ secrets.CODECOV_TOKEN }}
95
fail_ci_if_error: true
96
disable_search: true
97
files: coverage-unit.xml
98
flags: unit
99
100
101
102
103
104
105
files: coverage-feature.xml
0 commit comments