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 4e8f67f commit d4b3d90Copy full SHA for d4b3d90
.github/workflows/CI.yml
@@ -43,4 +43,5 @@ jobs:
43
- uses: julia-actions/julia-processcoverage@v1
44
- uses: codecov/codecov-action@v4
45
with:
46
+ token: ${{ secrets.CODECOV_TOKEN }}
47
file: lcov.info
0 commit comments