Skip to content

Commit 02a8fe8

Browse files
committed
Fix code coverage
1 parent 4103ae9 commit 02a8fe8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

package.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,10 @@
6161
"xo": "^0.35.0"
6262
},
6363
"nyc": {
64+
"reporter": [
65+
"text",
66+
"lcov"
67+
],
6468
"exclude": [
6569
"**/fixtures/**",
6670
"**/test.js",

0 commit comments

Comments
 (0)