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.
1 parent 2c11b12 commit 81216d0Copy full SHA for 81216d0
.github/workflows/base.yaml
@@ -46,6 +46,8 @@ jobs:
46
47
- name: Upload coverage to Codecov
48
uses: codecov/codecov-action@v3
49
+ env:
50
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
51
with:
52
files: coverage/lcov.info
53
flags: unittests
0 commit comments