Skip to content

Commit 5f47d13

Browse files
authored
remove outdated workflows (#177)
* remove outdated CI * remove coverage status
1 parent 67b2cbb commit 5f47d13

File tree

4 files changed

+1
-83
lines changed

4 files changed

+1
-83
lines changed

.github/workflows/coverage.yml

Lines changed: 0 additions & 44 deletions
This file was deleted.

.github/workflows/linting.yml

Lines changed: 0 additions & 35 deletions
This file was deleted.

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
<div align="center">
44

55
[![Build Status](https://github.com/fastify/busboy/actions/workflows/ci.yml/badge.svg)](https://github.com/fastify/busboy/actions)
6-
[![Coverage Status](https://coveralls.io/repos/fastify/busboy/badge.svg?branch=master)](https://coveralls.io/r/fastify/busboy?branch=master)
76
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/)
87
[![Security Responsible Disclosure](https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg)](https://github.com/fastify/.github/blob/main/SECURITY.md)
98

package.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,11 @@
2424
"bench:dicer": "node bench/dicer/dicer-bench-multipart-parser.js",
2525
"coveralls": "nyc report --reporter=lcov",
2626
"lint": "npm run lint:standard",
27-
"lint:everything": "npm run lint && npm run test:types",
2827
"lint:fix": "standard --fix",
2928
"lint:standard": "standard --verbose | snazzy",
3029
"test:unit": "c8 --statements 98 --branches 97 --functions 96 --lines 98 node --test",
3130
"test:types": "tsd",
32-
"test:coverage": "nyc npm run test",
33-
"test": "npm run test:unit"
31+
"test": "npm run test:unit && npm run test:types"
3432
},
3533
"devDependencies": {
3634
"@types/node": "^22.0.0",

0 commit comments

Comments
 (0)