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 699aeba commit 12765d5Copy full SHA for 12765d5
.github/workflows/ci-jet.yml
@@ -28,6 +28,6 @@ jobs:
28
env:
29
JET_TEST: true
30
- uses: julia-actions/julia-processcoverage@v1
31
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
32
with:
33
file: lcov.info
.github/workflows/ci.yml
@@ -36,6 +36,6 @@ jobs:
36
- uses: julia-actions/julia-buildpkg@v1
37
- uses: julia-actions/julia-runtest@v1
38
39
40
41
0 commit comments