We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f940024 commit 65dbe60Copy full SHA for 65dbe60
.github/workflows/ci.yml
@@ -60,6 +60,7 @@ jobs:
60
- uses: julia-actions/julia-processcoverage@v1
61
- uses: codecov/codecov-action@v4
62
with:
63
+ token: ${{ secrets.CODECOV_TOKEN }}
64
file: lcov.info
65
docs:
66
name: Documentation
.github/workflows/downstream.yml
@@ -65,4 +65,5 @@ jobs:
67
68
69
files: lcov.info
0 commit comments