Skip to content

Commit

Permalink
test: tweak c8
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Feb 15, 2024
1 parent 02a47e2 commit eee0260
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"scripts": {
"prepare": "husky install",
"test": "c8 --all --reporter lcovonly wsrun -mc test",
"test": "c8 wsrun -mc test",
"docs": "docsify serve docs",
"lint": "eslint . --ext .ts --quiet",
"release": "changeset publish"
Expand Down Expand Up @@ -55,5 +55,18 @@
"*.{js,ts}": [
"eslint --quiet --fix --ignore-path .eslintignore"
]
},
"c8": {
"all": true,
"exclude": [
"docs",
"coverage",
"**/test/**"
],
"reporter": [
"lcovonly",
"text",
"html"
]
}
}

0 comments on commit eee0260

Please sign in to comment.