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 e6b03bc commit 7e117b4Copy full SHA for 7e117b4
.github/workflows/ci-julia-nightly.yml
@@ -44,7 +44,7 @@ jobs:
44
JULIA_NUM_THREADS: ${{ matrix.threads }}
45
JET_TEST: ${{ matrix.jet }}
46
- uses: julia-actions/julia-processcoverage@v1
47
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
48
with:
49
file: lcov.info
50
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci.yml
@@ -56,7 +56,7 @@ jobs:
56
env:
57
58
59
60
61
62
0 commit comments