We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 894c404 commit 3119bb4Copy full SHA for 3119bb4
.github/workflows/CI.yml
@@ -36,9 +36,11 @@ jobs:
36
- uses: julia-actions/julia-buildpkg@v1
37
- uses: julia-actions/julia-runtest@v1
38
- uses: julia-actions/julia-processcoverage@v1
39
- - uses: codecov/codecov-action@v3
+ - uses: codecov/codecov-action@v5
40
with:
41
files: lcov.info
42
+ token: ${{ secrets.CODECOV_TOKEN }}
43
+
44
# docs:
45
# name: Documentation
46
# permissions: write-all
0 commit comments