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 5c9c25b commit 37cf32dCopy full SHA for 37cf32d
.github/workflows/ci.yml
@@ -34,4 +34,5 @@ jobs:
34
- uses: codecov/codecov-action@v4
35
if: ${{ matrix.version == '1' && matrix.os == 'ubuntu-latest' }}
36
with:
37
+ token: ${{ secrets.CODECOV_TOKEN }}
38
file: lcov.info
0 commit comments