We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0e7b69 commit 115e685Copy full SHA for 115e685
.github/workflows/CI.yml
@@ -44,6 +44,8 @@ jobs:
44
SENTINEL_EXPLORER_PASS: ${{ secrets.SENTINEL_EXPLORER_PASS }}
45
- uses: julia-actions/julia-processcoverage@v1
46
- uses: codecov/codecov-action@v4
47
+ env:
48
+ CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
49
with:
50
files: lcov.info
51
docs:
0 commit comments