remove coverage badge (#8)

Signed-off-by: Brian DeHamer <bdehamer@github.com>
Co-authored-by: Eugene <108841108+ejahnGithub@users.noreply.github.com>
This commit is contained in:
Brian DeHamer
2024-02-26 14:52:14 -08:00
committed by GitHub
parent d3e0400371
commit fa36764830
3 changed files with 1 additions and 39 deletions

View File

@@ -1 +0,0 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="92" height="20" role="img" aria-label="Coverage: 0%"><title>Coverage: 0%</title><linearGradient id="s" x2="0" y2="100%"><stop offset="0" stop-color="#bbb" stop-opacity=".1"/><stop offset="1" stop-opacity=".1"/></linearGradient><clipPath id="r"><rect width="92" height="20" rx="3" fill="#fff"/></clipPath><g clip-path="url(#r)"><rect width="63" height="20" fill="#555"/><rect x="63" width="29" height="20" fill="#e05d44"/><rect width="92" height="20" fill="url(#s)"/></g><g fill="#fff" text-anchor="middle" font-family="Verdana,Geneva,DejaVu Sans,sans-serif" text-rendering="geometricPrecision" font-size="110"><text aria-hidden="true" x="325" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="530">Coverage</text><text x="325" y="140" transform="scale(.1)" fill="#fff" textLength="530">Coverage</text><text aria-hidden="true" x="765" y="150" fill="#010101" fill-opacity=".3" transform="scale(.1)" textLength="190">0%</text><text x="765" y="140" transform="scale(.1)" fill="#fff" textLength="190">0%</text></g></svg>

Before

Width:  |  Height:  |  Size: 1.1 KiB

35
package-lock.json generated
View File

@@ -27,7 +27,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",
@@ -5366,21 +5365,6 @@
"yallist": "^3.0.2"
}
},
"node_modules/make-coverage-badge": {
"version": "1.2.0",
"dev": true,
"license": "MIT",
"dependencies": {
"mri": "1.1.4"
},
"bin": {
"make-coverage-badge": "cli.js"
},
"engines": {
"node": ">=6.11",
"npm": ">=5.3"
}
},
"node_modules/make-dir": {
"version": "4.0.0",
"dev": true,
@@ -5637,14 +5621,6 @@
"node": ">=10"
}
},
"node_modules/mri": {
"version": "1.1.4",
"dev": true,
"license": "MIT",
"engines": {
"node": ">=4"
}
},
"node_modules/ms": {
"version": "2.1.2",
"license": "MIT"
@@ -10693,13 +10669,6 @@
"yallist": "^3.0.2"
}
},
"make-coverage-badge": {
"version": "1.2.0",
"dev": true,
"requires": {
"mri": "1.1.4"
}
},
"make-dir": {
"version": "4.0.0",
"dev": true,
@@ -10865,10 +10834,6 @@
"mkdirp": {
"version": "1.0.4"
},
"mri": {
"version": "1.1.4",
"dev": true
},
"ms": {
"version": "2.1.2"
},

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",