Skip to content

Commit

Permalink
Remove test coverage config
Browse files Browse the repository at this point in the history
  • Loading branch information
robmosca committed Dec 10, 2023
1 parent 4349434 commit 7df5d85
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 26 deletions.
24 changes: 1 addition & 23 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,8 @@
]
},
"scripts": {
"clean": "rimraf ./out",
"clean": "rm -rf ./out",
"compile": "tsc -p ./",
"coverage": "nyc npm test",
"lint": "eslint src --ext ts",
"pretest": "pnpm run compile && pnpm run lint",
"test": "vscode-test",
Expand All @@ -125,32 +124,11 @@
"eslint": "^8.55.0",
"glob": "^10.3.10",
"mocha": "^10.2.0",
"nyc": "^15.1.0",
"prettier": "^3.1.0",
"typescript": "^5.3.3"
},
"dependencies": {
"serialport": "^12.0.0"
},
"nyc": {
"extends": "@istanbuljs/nyc-config-typescript",
"require": [
"ts-node/register",
"source-map-support/register"
],
"include": [
"src/**/*.ts",
"out/**/*.js"
],
"exclude": [
"src/test/*"
],
"reporter": [
"text-summary",
"html",
"lcov"
],
"report-dir": "out/coverage"
},
"packageManager": "[email protected]"
}
3 changes: 0 additions & 3 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7df5d85

Please sign in to comment.