Skip to content
This repository was archived by the owner on Sep 3, 2024. It is now read-only.

Commit 3d524c5

Browse files
Add codecov token to coverage CI yaml
1 parent 6f066ec commit 3d524c5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/coverage.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,5 @@ jobs:
2525
run: make gcov
2626
- name: Upload coverage to Codecov
2727
uses: codecov/codecov-action@v3
28+
with:
29+
token: ${{ secrets.CODECOV_TOKEN }}

0 commit comments

Comments
 (0)