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 38
38
env :
39
39
GROUP : ${{ matrix.group }}
40
40
- uses : julia-actions/julia-processcoverage@v1
41
- - uses : codecov/codecov-action@v1
42
41
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 24
24
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25
25
run : julia --project=docs/ --code-coverage=user docs/make.jl
26
26
- uses : julia-actions/julia-processcoverage@v1
27
- - uses : codecov/codecov-action@v1
28
27
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