Skip to content

Commit bcce447

Browse files
authored
Update CI (#3)
PR to update CI using the recommendation from [julia-processcoverage README](https://github.com/julia-actions/julia-processcoverage). `julia-action/julia-uploadcodecov` is deprecated as mentioned [here](https://github.com/julia-actions/julia-uploadcodecov). The recommendation is to use `julia-actions/julia-processcoverage` in combination with `codecov/codecov-action`.
1 parent 51b40eb commit bcce447

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
${{ runner.os }}-
4646
- uses: julia-actions/julia-buildpkg@v1
4747
- uses: julia-actions/julia-runtest@v1
48-
- uses: julia-actions/julia-[email protected]
49-
if: ${{ startsWith(matrix.os, 'ubuntu') && (matrix.version == '1') }}
50-
env:
51-
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
48+
- uses: julia-actions/julia-processcoverage@v1
49+
- uses: codecov/codecov-action@v2
50+
with:
51+
files: lcov.info

0 commit comments

Comments
 (0)