Skip to content

Commit 294f789

Browse files
committed
ci: add missing codecov step
1 parent 69590b3 commit 294f789

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,11 @@ jobs:
5454
julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
5555
julia --color=yes coverage.jl
5656
shell: bash
57-
- name: Coveralls
58-
uses: coverallsapp/github-action@v2
57+
- uses: codecov/codecov-action@v5
5958
with:
60-
parallel: true
61-
path-to-lcov: lcov.info
62-
flag-name: julia-${{ matrix.julia-version }}-${{ matrix.os }}-main-${{ github.event_name }}
59+
token: ${{ secrets.CODECOV_TOKEN }}
60+
files: lcov.info
61+
6362

6463
additional_tests:
6564
name: test ${{ matrix.test_name }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)