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 154d7a6 commit be8f0d0Copy full SHA for be8f0d0
.github/workflows/CI.yml
@@ -37,6 +37,8 @@ jobs:
37
env:
38
GROUP: ${{ matrix.group }}
39
- uses: julia-actions/julia-processcoverage@v1
40
+ with:
41
+ directories: src,ext
42
- uses: codecov/codecov-action@v1
43
with:
44
file: lcov.info
0 commit comments