Skip to content

Commit 80d6b5a

Browse files
committed
fix codecov
1 parent 9cd8adf commit 80d6b5a

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
- uses: julia-actions/julia-buildpkg@v1
4444
- uses: julia-actions/julia-runtest@v1
4545
- uses: julia-actions/julia-processcoverage@v1
46-
- uses: codecov/codecov-action@v1
46+
- uses: codecov/codecov-action@v4
4747
with:
48-
file: lcov.info
48+
token: ${{ secrets.CODECOV_TOKEN }}
49+
if: matrix.os == 'ubuntu-latest' && matrix.arch == 'x64'

0 commit comments

Comments
 (0)