Skip to content

Commit a4227e9

Browse files
committed
Update CI.yml
1 parent a8c9a55 commit a4227e9

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: julia-actions/cache@v1
3939
- uses: julia-actions/julia-buildpkg@v1
4040
- uses: julia-actions/julia-runtest@v1
41-
- name: Upload coverage reports to Codecov
42-
uses: codecov/codecov-action@v3
43-
env:
44-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
41+
- uses: julia-actions/julia-processcoverage@v1
42+
- uses: codecov/codecov-action@v3
43+
with:
44+
files: lcov.info

0 commit comments

Comments
 (0)