Skip to content

Commit 91f4187

Browse files
authored
doc lib cov
1 parent 0c60731 commit 91f4187

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/Documentation.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
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

0 commit comments

Comments
 (0)