Skip to content

Commit 88b1337

Browse files
authored
Fix coverage report upload issue.
1 parent fb6bd35 commit 88b1337

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ jobs:
8686
- name: Upload coverage to Codecov
8787
if: matrix.os == 'ubuntu-latest'
8888
uses: codecov/codecov-action@v3
89+
env:
90+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
8991
with:
9092
verbose: true
9193
gcov: true

0 commit comments

Comments
 (0)