Skip to content

Commit dc495ce

Browse files
feat: drop coverage support
1 parent 7deeb6d commit dc495ce

File tree

2 files changed

+13
-364
lines changed

2 files changed

+13
-364
lines changed

package.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@
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",
17-
"coverage": "nyc --reporter=lcov yarn test"
16+
"test": "cross-env NODE_ENV=test yarn run build && ava"
1817
},
1918
"repository": {
2019
"type": "git",
@@ -78,7 +77,6 @@
7877
"lint-staged": "^14.0.0",
7978
"mkdirp": "^3.0.1",
8079
"nock": "^13.3.1",
81-
"nyc": "^15.1.0",
8280
"prettier": "^3.0.0",
8381
"redis": "^4.6.7",
8482
"sinon": "^18.0.0",
@@ -96,18 +94,6 @@
9694
"semver": "^7.5.3",
9795
"glob": "^10.5.0"
9896
},
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-
},
11197
"prettier": {
11298
"printWidth": 100,
11399
"proseWrap": "always",

0 commit comments

Comments
 (0)