We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b5ddb3a + 48f1952 commit 029ecc5Copy full SHA for 029ecc5
1 file changed
.github/workflows/static.yml
@@ -68,6 +68,7 @@ jobs:
68
- name: Upload coverage to Codecov
69
uses: codecov/codecov-action@v3
70
with:
71
+ token: ${{ secrets.CODECOV_TOKEN }}
72
files: ./coverage/lcov.info
73
flags: unittests
74
name: codecov-umbrella
0 commit comments