Skip to content

Commit c435fed

Browse files
committed
fix: add code coverage
1 parent 283e211 commit c435fed

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.json

+2
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,8 @@
6262
"dev": "cross-env NODE_ENV=development nodemon --watch './src/**/*.ts' --exec node --loader ts-node/esm ./src/start.ts",
6363
"lint": "eslint src --ext .ts --fix",
6464
"start": "node lib/start.js",
65+
"lcov-report": "c8 report --reporter=lcov",
66+
"coveralls": "c8 report --reporter=text-lcov | coveralls",
6567
"mocha": "cross-env NODE_ENV=test mocha --timeout 10000 --full-trace --exit --trace-warnings --exit",
6668
"test": "npm run lint && c8 --reporter=text npm run mocha"
6769
},

0 commit comments

Comments
 (0)