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 2caf0eb commit 12a1976Copy full SHA for 12a1976
.github/workflows/ci.yml
@@ -39,6 +39,8 @@ jobs:
39
- uses: codecov/codecov-action@v4
40
with:
41
file: lcov.info
42
+ token: ${{ secrets.CODECOV_TOKEN }}
43
+
44
docs:
45
name: Documentation
46
runs-on: ubuntu-latest
0 commit comments