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 86046b1 commit 1b70bd2Copy full SHA for 1b70bd2
.github/workflows/ci.yml
@@ -66,6 +66,7 @@ jobs:
66
- uses: julia-actions/julia-processcoverage@v1
67
- uses: codecov/codecov-action@v4
68
with:
69
+ token: ${{ secrets.CODECOV_TOKEN }}
70
file: lcov.info
71
docs:
72
name: Documentation
.github/workflows/downstream.yml
@@ -68,4 +68,5 @@ jobs:
files: lcov.info
0 commit comments