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 4893746 commit d84a93dCopy full SHA for d84a93d
.github/workflows/CI.yml
@@ -45,7 +45,7 @@ jobs:
45
- uses: julia-actions/julia-buildpkg@v1
46
- uses: julia-actions/julia-runtest@v1
47
- uses: julia-actions/julia-processcoverage@v1
48
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
49
with:
50
token: ${{ secrets.CODECOV_TOKEN }}
51
file: lcov.info
.github/workflows/downstream.yml
@@ -66,7 +66,7 @@ jobs:
66
exit(0) # Exit immediately, as a success
67
end
68
69
70
71
72
files: lcov.info
0 commit comments