File tree Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Expand file tree Collapse file tree 1 file changed +5
-19
lines changed Original file line number Diff line number Diff line change 7
7
paths :
8
8
- ' test/**'
9
9
- ' src/**'
10
+ - ' benchmark/**'
10
11
- ' .github/workflows/**'
11
12
- ' Project.toml'
12
13
pull_request :
15
16
paths :
16
17
- ' test/**'
17
18
- ' src/**'
19
+ - ' benchmark/**'
18
20
- ' .github/workflows/**'
19
21
- ' Project.toml'
20
22
88
90
SR_TEST=${{ matrix.test_name }} julia --color=yes --threads=auto --check-bounds=yes --depwarn=yes --code-coverage=user -e 'import Coverage; import Pkg; Pkg.activate("."); Pkg.test(coverage=true)'
89
91
julia --color=yes coverage.jl
90
92
shell : bash
91
- - name : Coveralls
92
- uses : coverallsapp/github-action@v2
93
+ - uses : codecov/codecov-action@v5
93
94
if : steps.run-tests.outcome == 'success'
94
95
with :
95
- parallel : true
96
- path-to-lcov : lcov.info
97
- flag-name : julia-${{ matrix.julia-version }}-${{ matrix.os }}-${{ matrix.test_name }}-${{ github.event_name }}
98
-
99
-
100
- coveralls :
101
- name : Indicate completion to coveralls
102
- runs-on : ubuntu-latest
103
- needs :
104
- - test
105
- - additional_tests
106
- steps :
107
- - name : Finish
108
- uses : coverallsapp/github-action@v2
109
- with :
110
- parallel-finished : true
111
-
96
+ token : ${{ secrets.CODECOV_TOKEN }}
97
+ files : lcov.info
You can’t perform that action at this time.
0 commit comments