Skip to content

Commit 056866a

Browse files
authored
Merge pull request #78 from hdavid16/fix-codecov
fix ci
2 parents eb98eff + 874529b commit 056866a

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ jobs:
2626
version: ${{ matrix.version }}
2727
arch: ${{ matrix.arch }}
2828
- uses: julia-actions/julia-runtest@latest
29-
- uses: julia-actions/julia-uploadcodecov@latest
30-
env:
31-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
29+
- uses: julia-actions/julia-processcoverage@v1
30+
- uses: codecov/codecov-action@v3
31+
with:
32+
file: lcov.info

0 commit comments

Comments
 (0)