File tree Expand file tree Collapse file tree 4 files changed +1
-83
lines changed Expand file tree Collapse file tree 4 files changed +1
-83
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 3
3
<div align =" center " >
4
4
5
5
[ ![ 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 )
7
6
[ ![ js-standard-style] ( https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat )] ( https://standardjs.com/ )
8
7
[ ![ Security Responsible Disclosure] ( https://img.shields.io/badge/Security-Responsible%20Disclosure-yellow.svg )] ( https://github.com/fastify/.github/blob/main/SECURITY.md )
9
8
Original file line number Diff line number Diff line change 24
24
"bench:dicer" : " node bench/dicer/dicer-bench-multipart-parser.js" ,
25
25
"coveralls" : " nyc report --reporter=lcov" ,
26
26
"lint" : " npm run lint:standard" ,
27
- "lint:everything" : " npm run lint && npm run test:types" ,
28
27
"lint:fix" : " standard --fix" ,
29
28
"lint:standard" : " standard --verbose | snazzy" ,
30
29
"test:unit" : " c8 --statements 98 --branches 97 --functions 96 --lines 98 node --test" ,
31
30
"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"
34
32
},
35
33
"devDependencies" : {
36
34
"@types/node" : " ^22.0.0" ,
You can’t perform that action at this time.
0 commit comments