File tree Expand file tree Collapse file tree 2 files changed +364
-13
lines changed Expand file tree Collapse file tree 2 files changed +364
-13
lines changed Original file line number Diff line number Diff line change 1313 "prebuild" : " del-cli --force lib" ,
1414 "build" : " tsc -p ." ,
1515 "prepare" : " husky install && yarn run build" ,
16- "test" : " cross-env NODE_ENV=test yarn run build && ava"
16+ "test" : " cross-env NODE_ENV=test yarn run build && ava" ,
17+ "coverage" : " nyc --reporter=lcov yarn test"
1718 },
1819 "repository" : {
1920 "type" : " git" ,
7778 "lint-staged" : " ^14.0.0" ,
7879 "mkdirp" : " ^3.0.1" ,
7980 "nock" : " ^13.3.1" ,
81+ "nyc" : " ^15.1.0" ,
8082 "prettier" : " ^3.0.0" ,
8183 "redis" : " ^4.6.7" ,
8284 "sinon" : " ^18.0.0" ,
9496 "semver" : " ^7.5.3" ,
9597 "glob" : " ^10.5.0"
9698 },
99+ "nyc" : {
100+ "lines" : 95 ,
101+ "statements" : 95 ,
102+ "functions" : 95 ,
103+ "branches" : 80 ,
104+ "include" : [
105+ " lib/**.js" ,
106+ " lib/**/*.js"
107+ ],
108+ "all" : true ,
109+ "exclude-after-remap" : false
110+ },
97111 "prettier" : {
98112 "printWidth" : 100 ,
99113 "proseWrap" : " always" ,
You can’t perform that action at this time.
0 commit comments