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 b1827e1 commit 62b5b9eCopy full SHA for 62b5b9e
.github/workflows/ci-julia-nightly.yml
@@ -36,7 +36,7 @@ jobs:
36
JULIA_NUM_THREADS: ${{ matrix.threads }}
37
JET_TEST: ${{ matrix.jet }}
38
- uses: julia-actions/julia-processcoverage@v1
39
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
40
with:
41
file: lcov.info
42
token: ${{ secrets.CODECOV_TOKEN }}
.github/workflows/ci.yml
@@ -35,7 +35,7 @@ jobs:
35
env:
0 commit comments