Skip to content

Commit 4b65fff

Browse files
committed
Update c8 options
1 parent 925caaa commit 4b65fff

1 file changed

Lines changed: 6 additions & 2 deletions

File tree

package.json

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,14 @@
4747
"{lib,tasks}/**/*.js"
4848
],
4949
"c8": {
50+
"include": [
51+
"lib",
52+
"tasks"
53+
],
5054
"reporter": [
5155
"html",
5256
"lcovonly",
53-
"text-summary"
57+
"text"
5458
]
5559
},
5660
"mocha": {
@@ -59,7 +63,7 @@
5963
"throw-deprecation": true,
6064
"trace-deprecation": true,
6165
"trace-warnings": true,
62-
"use_strict": true
66+
"use-strict": true
6367
},
6468
"xo": {
6569
"space": true,

0 commit comments

Comments
 (0)