Skip to content

Commit 9903bfb

Browse files
committed
Fix coverage
1 parent f8d9261 commit 9903bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"scripts": {
1616
"prebuild": "del-cli dist",
1717
"build": "tsc",
18-
"test": "xo && c8 ava",
18+
"test": "xo && c8 --reporter=lcov ava",
1919
"prepublishOnly": "npm run build"
2020
},
2121
"engines": {

0 commit comments

Comments
 (0)