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 44
44
env :
45
45
GROUP : ${{ matrix.group }}
46
46
- uses : julia-actions/julia-processcoverage@v1
47
- - uses : codecov/codecov-action@v1
48
47
with :
49
- file : lcov.info
48
+ directories : src,lib/NeuralPDELogging/src
49
+ - uses : codecov/codecov-action@v3
50
+ with :
51
+ files : lcov.info
Original file line number Diff line number Diff line change 23
23
DOCUMENTER_KEY : ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
24
24
run : julia --project=docs/ --code-coverage=user docs/make.jl
25
25
- uses : julia-actions/julia-processcoverage@v1
26
- - uses : codecov/codecov-action@v1
27
26
with :
28
- file : lcov.info
27
+ directories : src,lib/NeuralPDELogging/src
28
+ - uses : codecov/codecov-action@v3
29
+ with :
30
+ files : lcov.info
You can’t perform that action at this time.
0 commit comments