Skip to content

Commit 5052f5e

Browse files
committed
Fix coverage information
1 parent d661f2a commit 5052f5e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,8 @@ jobs:
4343
with:
4444
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '.' || format('lib/{0}', matrix.pkg) }}"
4545
- uses: julia-actions/julia-processcoverage@v1
46+
with:
47+
directories: "${{ matrix.pkg == 'DiffEqProblemLibrary' && 'src' || format('lib/{0}/src', matrix.pkg) }}"
4648
- uses: codecov/codecov-action@v3
4749
with:
4850
files: lcov.info

0 commit comments

Comments
 (0)