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 2e76cc8 commit 0c60731Copy full SHA for 0c60731
.github/workflows/CI.yml
@@ -38,6 +38,8 @@ jobs:
38
env:
39
GROUP: ${{ matrix.group }}
40
- uses: julia-actions/julia-processcoverage@v1
41
- - uses: codecov/codecov-action@v1
42
with:
43
- file: lcov.info
+ directories: src,lib/LinearSolveCUDA/src,lib/LinearSolvePardiso/src
+ - uses: codecov/codecov-action@v3
44
+ with:
45
+ files: lcov.info
0 commit comments