Skip to content

Commit

Permalink
Fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
xxczaki committed Dec 5, 2021
1 parent f8d9261 commit 9903bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"scripts": {
"prebuild": "del-cli dist",
"build": "tsc",
"test": "xo && c8 ava",
"test": "xo && c8 --reporter=lcov ava",
"prepublishOnly": "npm run build"
},
"engines": {
Expand Down

0 comments on commit 9903bfb

Please sign in to comment.