File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 3838 env :
3939 GROUP : ${{ matrix.group }}
4040 - uses : julia-actions/julia-processcoverage@v1
41- - uses : codecov/codecov-action@v1
4241 with :
43- file : lcov.info
42+ directories : src,lib/LinearSolveCUDA/src,lib/LinearSolvePardiso/src
43+ - uses : codecov/codecov-action@v3
44+ with :
45+ files : lcov.info
Original file line number Diff line number Diff line change 2424 DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
2525 run : julia --project=docs/ --code-coverage=user docs/make.jl
2626 - uses : julia-actions/julia-processcoverage@v1
27- - uses : codecov/codecov-action@v1
2827 with :
29- file : lcov.info
28+ directories : src,lib/LinearSolveCUDA/src,lib/LinearSolvePardiso/src
29+ - uses : codecov/codecov-action@v3
30+ with :
31+ files : lcov.info
You can’t perform that action at this time.
0 commit comments