Skip to content

Commit

Permalink
test lcov with ny
Browse files Browse the repository at this point in the history
  • Loading branch information
beenotung committed Apr 27, 2023
1 parent c8bf135 commit 81ec87b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ pnpm-lock.yaml
dist/
*.tsbuildinfo
*.tgz
.nyc_output
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"main": "dist/core.js",
"types": "dist/core.d.ts",
"scripts": {
"report": "nyc npm run mocha",
"mocha": "ts-mocha src/core.spec.ts",
"type-check": "tsc --noEmit",
"test": "run-p mocha type-check",
Expand Down Expand Up @@ -37,6 +38,7 @@
"gen-ts-type": "^1.7.1",
"mocha": "9",
"npm-run-all": "^4.1.5",
"nyc": "^15.1.0",
"rimraf": "^3.0.2",
"ts-mocha": "9",
"ts-node": "^10.9.1",
Expand Down

0 comments on commit 81ec87b

Please sign in to comment.