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 6e7d8fd commit 600798eCopy full SHA for 600798e
.github/workflows/ci.yml
@@ -47,7 +47,7 @@ jobs:
47
- uses: julia-actions/julia-buildpkg@v1
48
- uses: julia-actions/julia-runtest@v1
49
- uses: julia-actions/julia-processcoverage@v1
50
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
51
with:
52
file: lcov.info
53
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/downstream.yml
@@ -74,7 +74,7 @@ jobs:
74
exit(0) # Exit immediately, as a success
75
end
76
77
78
79
80
files: lcov.info
0 commit comments