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 2fbd331 commit 90013adCopy full SHA for 90013ad
.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
@@ -37,7 +37,7 @@ jobs:
env:
43
0 commit comments