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 d661f2a commit 5052f5eCopy full SHA for 5052f5e
.github/workflows/CI.yml
@@ -43,6 +43,8 @@ jobs:
43
with:
44
project: "${{ matrix.pkg == 'DiffEqProblemLibrary' && '.' || format('lib/{0}', matrix.pkg) }}"
45
- uses: julia-actions/julia-processcoverage@v1
46
+ with:
47
+ directories: "${{ matrix.pkg == 'DiffEqProblemLibrary' && 'src' || format('lib/{0}/src', matrix.pkg) }}"
48
- uses: codecov/codecov-action@v3
49
50
files: lcov.info
0 commit comments