Skip to content

Commit

Permalink
Remove deprecated coverage tool in favour of jest coverage feature
Browse files Browse the repository at this point in the history
  • Loading branch information
benfrancis committed Nov 20, 2024
1 parent 8f05830 commit bb0a1ad
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 85 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
run: |
./tools/make-self-signed-cert.sh
npm run jest
npm run coverage
env:
WEBTHINGS_HOME: "${HOME}/.webthings/test"
NODE_TLS_REJECT_UNAUTHORIZED: 0
Expand Down
82 changes: 0 additions & 82 deletions package-lock.json

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

2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
"prettier": "prettier -u -w '*.ts' '*.js' config src static tools",
"jest": "./build/test/prepare-tests.sh && NODE_TLS_REJECT_UNAUTHORIZED=0 jest --runInBand --coverage --detectOpenHandles",
"dependencies-check": "./build/test/dependencies-test.sh",
"coverage": "codecov",
"start": "npm run build && node build/app.js",
"watch": "npm-run-all --parallel start watch:build",
"watch:build": "webpack --watch",
Expand Down Expand Up @@ -133,7 +132,6 @@
"chai": "^4.3.1",
"chai-http": "^4.4.0",
"clean-webpack-plugin": "^3.0.0",
"codecov": "^3.8.1",
"copy-webpack-plugin": "^7.0.0",
"core-js": "^3.9.1",
"css-loader": "^5.1.1",
Expand Down

0 comments on commit bb0a1ad

Please sign in to comment.