Skip to content

Commit a0c358b

Browse files
committed
build: add CODECOV_TOKEN to code coverage build step
1 parent fd67a3b commit a0c358b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ jobs:
9090
with:
9191
files: lcov.info
9292
fail_ci_if_error: true
93+
token: ${{ secrets.CODECOV_TOKEN }}
9394

9495
- name: Install benchmarking tools
9596
if: ${{ github.ref == 'refs/heads/main' && startsWith(matrix.os, 'ubuntu-') }}

0 commit comments

Comments
 (0)