Skip to content

Commit 77f8afc

Browse files
committed
chore: drop coverage, for now
1 parent 4ba8e6b commit 77f8afc

File tree

4 files changed

+8
-40
lines changed

4 files changed

+8
-40
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
![CI](https://github.com/actions/typescript-action/actions/workflows/ci.yml/badge.svg)
55
[![Check dist/](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/check-dist.yml)
66
[![CodeQL](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml/badge.svg)](https://github.com/actions/typescript-action/actions/workflows/codeql-analysis.yml)
7-
[![Coverage](./badges/coverage.svg)](./badges/coverage.svg)
87

98
Use AI models from [GitHub Models](https://github.com/marketplace/models) in
109
your workflows.

badges/coverage.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

package-lock.json

Lines changed: 7 additions & 35 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@
1010
},
1111
"scripts": {
1212
"bundle": "npm run format:write && npm run package",
13-
"coverage": "npx make-coverage-badge --output-path ./badges/coverage.svg",
1413
"format:write": "npx prettier --write .",
1514
"format:check": "npx prettier --check .",
1615
"lint": "npx eslint .",
@@ -19,7 +18,7 @@
1918
"package:watch": "npm run package -- --watch",
2019
"test": "vitest --run",
2120
"test:watch": "vitest --watch",
22-
"all": "npm run format:write && npm run lint && npm run test && npm run coverage && npm run package"
21+
"all": "npm run format:write && npm run lint && npm run test && npm run package"
2322
},
2423
"license": "MIT",
2524
"dependencies": {
@@ -47,7 +46,6 @@
4746
"eslint-import-resolver-typescript": "^4.4.3",
4847
"eslint-plugin-import": "^2.31.0",
4948
"eslint-plugin-prettier": "^5.4.1",
50-
"make-coverage-badge": "^1.2.0",
5149
"prettier": "^3.5.3",
5250
"prettier-eslint": "^16.4.2",
5351
"rollup": "^4.43.0",

0 commit comments

Comments
 (0)