Skip to content

Commit 024d02e

Browse files
authoredOct 18, 2024
GHA: use codecov token (#131)
1 parent fe91ff8 commit 024d02e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed
 

‎.github/workflows/ci.yaml

+2
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,8 @@ jobs:
7171

7272
- name: Upload code coverage to Codecov
7373
uses: codecov/codecov-action@v4
74+
env:
75+
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
7476
with:
7577
file: ./coverage.xml
7678
flags: unittests

0 commit comments

Comments
 (0)