Skip to content

Commit e01b8ce

Browse files
committed
test: improve coverage for bash functionality
Signed-off-by: Michael Molisani <[email protected]>
1 parent 9b4402c commit e01b8ce

File tree

3 files changed

+391
-4
lines changed

3 files changed

+391
-4
lines changed

Diff for: packages/auto-complete/package.json

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@
3434
"spec": "tests/**/*.spec.ts"
3535
},
3636
"c8": {
37+
"exclude": [
38+
"src/cli/**/*",
39+
"src/util/*",
40+
"tests/**/*"
41+
],
3742
"reporter": [
3843
"text",
3944
"lcovonly"

0 commit comments

Comments
 (0)