remove coverage badge (#8)

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:14 -08:00
committed by GitHub
co-authored by Eugene
parent d3e0400371
commit fa36764830
3 changed files with 1 additions and 39 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": {
@@ -84,7 +83,6 @@
"eslint-plugin-prettier": "^5.1.3",
"jest": "^29.7.0",
"js-yaml": "^4.1.0",
"make-coverage-badge": "^1.2.0",
"prettier": "^3.2.5",
"prettier-eslint": "^16.3.0",
"ts-jest": "^29.1.2",