Skip to content

Commit 928ec29

Browse files
committed
[ci] Use a token to upload codecov reports
Fixes #68
1 parent c71da13 commit 928ec29

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,9 @@ jobs:
137137
uses: codecov/codecov-action@v4
138138
with:
139139
file: ./coverage.info
140+
fail_ci_if_error: true
141+
verbose: true
142+
token: ${{ secrets.CODECOV_TOKEN }}
140143

141144
- name: Setup tmate session
142145
if: ${{ failure() && runner.debug }}

0 commit comments

Comments
 (0)