File tree Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Expand file tree Collapse file tree 1 file changed +3
-17
lines changed Original file line number Diff line number Diff line change @@ -36,24 +36,10 @@ jobs:
36
36
julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
37
37
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)'
38
38
julia --color=yes coverage.jl
39
- - name : " Coveralls"
40
- uses : coverallsapp/github-action@v2
39
+ - uses : codecov/codecov-action@v5
41
40
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
57
43
58
44
docs :
59
45
name : Documentation
You can’t perform that action at this time.
0 commit comments