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 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
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments