Skip to content

Commit 6567bd9

Browse files
committed
chore: add codecov test
1 parent a7255a9 commit 6567bd9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@
1111
"debug:stcb": "node bin/stcb",
1212
"publish:npm": "yarn publish",
1313
"clear": "node scripts/clear.js",
14-
"raw": "node --require ts-node/register ./test/raw.ts"
14+
"raw": "node --require ts-node/register ./test/raw.ts",
15+
"test:codecov": "jest && codecov"
1516
},
1617
"files": [
1718
"bin",

0 commit comments

Comments
 (0)