Skip to content
This repository was archived by the owner on May 26, 2021. It is now read-only.

Commit 35a9aad

Browse files
committed
Remove coverage
1 parent 7058888 commit 35a9aad

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Express Async Handler
22

3-
[![npm](https://github.com/XPBytes/express-async-handler/workflows/npm/badge.svg)](https://github.com/XPBytes/express-async-handler/actions?query=workflow%3Anpm) [![NPM Package Version](https://badge.fury.io/js/@xpbytes%2Fexpress-async-handler.svg)](https://npmjs.org/package/@xpbytes/express-async-handler) [![Maintainability](https://api.codeclimate.com/v1/badges/d6465e2c4c2806882745/maintainability)](https://codeclimate.com/github/XPBytes/express-async-handler/maintainability) [![Test Coverage](https://api.codeclimate.com/v1/badges/d6465e2c4c2806882745/test_coverage)](https://codeclimate.com/github/XPBytes/express-async-handler/test_coverage)
3+
[![npm](https://github.com/XPBytes/express-async-handler/workflows/npm/badge.svg)](https://github.com/XPBytes/express-async-handler/actions?query=workflow%3Anpm) [![NPM Package Version](https://badge.fury.io/js/@xpbytes%2Fexpress-async-handler.svg)](https://npmjs.org/package/@xpbytes/express-async-handler) [![Maintainability](https://api.codeclimate.com/v1/badges/d6465e2c4c2806882745/maintainability)](https://codeclimate.com/github/XPBytes/express-async-handler/maintainability)
44

55
Utility function to use async functions as express handlers
66

package.json

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
"lint": "eslint .",
2121
"pretest": "yarn build:test",
2222
"test": "tape tests/dist/**/*.test.js",
23-
"test:coverage": "yarn nyc --reporter=lcov --reporter=html --reporter=text yarn test",
2423
"prepublish": "yarn test && yarn lint && yarn build"
2524
},
2625
"peerDependencies": {
@@ -36,7 +35,6 @@
3635
"eslint": "^7.11.0",
3736
"eslint-config-prettier": "^6.13.0",
3837
"express": "^4.17.1",
39-
"nyc": "^15.1.0",
4038
"prettier": "^2.1.2",
4139
"rimraf": "^3.0.2",
4240
"supertest": "^5.0.0",

0 commit comments

Comments
 (0)