remove coverage badge (#7)

Signed-off-by: Brian DeHamer <[email protected]>
Co-authored-by: Eugene <[email protected]>
This commit is contained in:
Brian DeHamer
2024-02-26 14:52:10 -08:00
committed by GitHub
co-authored by Eugene
parent 2b7ac0ae45
commit 775f7eda24
3 changed files with 1 additions and 30 deletions
+1 -3
View File
@@ -26,14 +26,13 @@
"scripts": {
"bundle": "npm run format:write && npm run package",
"ci-test": "jest",
"coverage": "make-coverage-badge --output-path ./badges/coverage.svg",
"format:write": "prettier --write **/*.ts",
"format:check": "prettier --check **/*.ts",
"lint": "npx eslint . -c ./.github/linters/.eslintrc.yml",
"package": "ncc build src/index.ts --license licenses.txt",
"package:watch": "npm run package -- --watch",
"test": "jest",
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
"all": "npm run format:write && npm run lint && npm run test && npm run package"
},
"license": "MIT",
"jest": {
@@ -80,7 +79,6 @@
"eslint-plugin-jsonc": "^2.13.0",
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.1.2",