Skip to content

Commit

Permalink
fix: add code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Arun-KumarH committed Feb 22, 2024
1 parent 283e211 commit c435fed
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"dev": "cross-env NODE_ENV=development nodemon --watch './src/**/*.ts' --exec node --loader ts-node/esm ./src/start.ts",
"lint": "eslint src --ext .ts --fix",
"start": "node lib/start.js",
"lcov-report": "c8 report --reporter=lcov",
"coveralls": "c8 report --reporter=text-lcov | coveralls",
"mocha": "cross-env NODE_ENV=test mocha --timeout 10000 --full-trace --exit --trace-warnings --exit",
"test": "npm run lint && c8 --reporter=text npm run mocha"
},
Expand Down

0 comments on commit c435fed

Please sign in to comment.