Skip to content

Commit 0c60731

Browse files
authored
lib cov
1 parent 2e76cc8 commit 0c60731

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/CI.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ jobs:
3838
env:
3939
GROUP: ${{ matrix.group }}
4040
- uses: julia-actions/julia-processcoverage@v1
41-
- uses: codecov/codecov-action@v1
4241
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

0 commit comments

Comments
 (0)