Skip to content

Commit fd6cd28

Browse files
committed
Add CODECOV_TOKEN for protected branch uploads
Codecov requires authentication token for uploading coverage reports to protected branches.
1 parent e2dbaf7 commit fd6cd28

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/verify-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -674,6 +674,7 @@ jobs:
674674
- name: Upload coverage to Codecov
675675
uses: codecov/codecov-action@v5
676676
with:
677+
token: ${{ secrets.CODECOV_TOKEN }}
677678
files: build/coverage.xml
678679
fail_ci_if_error: false
679680
if: ${{ matrix.os-type == 'ubuntu' && matrix.c-compiler == 'gcc' && matrix.debug == 'debug' && matrix.coverage == 'coverage' && success() }}

0 commit comments

Comments
 (0)