Skip to content

Commit 97e34f5

Browse files
authored
Prefer code coverage token
1 parent 16fcb90 commit 97e34f5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

+1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ jobs:
3737
- name: Upload coverage to codecov
3838
uses: codecov/codecov-action@v4
3939
with:
40+
token: ${{ secrets.CODECOV_TOKEN }}
4041
fail_ci_if_error: true

0 commit comments

Comments
 (0)