Skip to content

Commit 3e6a169

Browse files
committed
Provide the upload token.
1 parent 98bf785 commit 3e6a169

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci-build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929
lcov --list coverage.info
3030
- name: Upload coverage report
3131
uses: codecov/codecov-action@v4
32+
env:
33+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
3234

3335
linux-release:
3436
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)