Skip to content

Commit 614e69d

Browse files
remove directories from coverage call
1 parent 4c8468f commit 614e69d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ jobs:
3838
env:
3939
GROUP: ${{ matrix.group }}
4040
- uses: julia-actions/julia-processcoverage@v1
41-
with:
42-
directories: src, ext
41+
#with:
42+
# directories: src, ext
4343
- uses: codecov/codecov-action@v3
4444
with:
4545
file: lcov.info

0 commit comments

Comments
 (0)