We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c60731 commit 91f4187Copy full SHA for 91f4187
.github/workflows/Documentation.yml
@@ -24,6 +24,8 @@ jobs:
24
DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
25
run: julia --project=docs/ --code-coverage=user docs/make.jl
26
- uses: julia-actions/julia-processcoverage@v1
27
- - uses: codecov/codecov-action@v1
28
with:
29
- file: lcov.info
+ directories: src,lib/LinearSolveCUDA/src,lib/LinearSolvePardiso/src
+ - uses: codecov/codecov-action@v3
30
+ with:
31
+ files: lcov.info
0 commit comments