Skip to content

Commit b209b7c

Browse files
authored
Merge pull request #179 from SymbolicML/codecov
ci: switch to codecov
2 parents fe78d12 + d35dac7 commit b209b7c

File tree

1 file changed

+3
-17
lines changed

1 file changed

+3
-17
lines changed

.github/workflows/CI.yml

Lines changed: 3 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -36,24 +36,10 @@ jobs:
3636
julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
3737
DQ_TEST_UPREFERRED=true julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
3838
julia --color=yes coverage.jl
39-
- name: "Coveralls"
40-
uses: coverallsapp/github-action@v2
39+
- uses: codecov/codecov-action@v5
4140
with:
42-
github-token: ${{ secrets.GITHUB_TOKEN }}
43-
file: lcov.info
44-
parallel: true
45-
flag-name: julia-${{ matrix.version }}-${{ matrix.os }}
46-
47-
coveralls:
48-
name: Indicate completion to coveralls
49-
runs-on: ubuntu-latest
50-
needs: test
51-
steps:
52-
- name: Finish
53-
uses: coverallsapp/github-action@v2
54-
with:
55-
github-token: ${{ secrets.GITHUB_TOKEN }}
56-
parallel-finished: true
41+
token: ${{ secrets.CODECOV_TOKEN }}
42+
files: lcov.info
5743

5844
docs:
5945
name: Documentation

0 commit comments

Comments
 (0)