We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3936bc3 commit fb07d7fCopy full SHA for fb07d7f
1 file changed
.github/workflows/CI.yml
@@ -38,6 +38,8 @@ jobs:
38
- uses: julia-actions/julia-buildpkg@v1
39
- uses: julia-actions/julia-runtest@v1
40
- uses: julia-actions/julia-processcoverage@v1
41
+ with:
42
+ directories: src,ext,lib
43
- uses: codecov/codecov-action@v4
44
with:
45
files: lcov.info
0 commit comments