We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c9c25b commit f276073Copy full SHA for f276073
.github/workflows/ci.yml
@@ -35,3 +35,5 @@ jobs:
35
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
36
with:
37
file: lcov.info
38
+ env:
39
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
0 commit comments