Skip to content

Commit 0c04c89

Browse files
committed
chore: removing coverage things
1 parent 84151d3 commit 0c04c89

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ A way to truncate a json object. Useful for circular referenced objects.
66

77
[![npm](https://img.shields.io/npm/v/json-truncate.svg?maxAge=0&style=flat)](https://www.npmjs.com/package/json-truncate)
88
[![Main](https://github.com/mrsteele/json-truncate/actions/workflows/main.yml/badge.svg)](https://github.com/mrsteele/json-truncate/actions/workflows/main.yml)
9-
[![codecov](https://codecov.io/gh/mrsteele/json-truncate/branch/master/graph/badge.svg)](https://codecov.io/gh/mrsteele/json-truncate)
109
[![Dependency Status](https://david-dm.org/mrsteele/json-truncate.svg)](#)
1110
[![devDependency Status](https://david-dm.org/mrsteele/json-truncate/dev-status.svg)](https://david-dm.org/mrsteele/json-truncate#info=devDependencies)
1211
[![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg)](http://standardjs.com/)

package.json

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
"main": "json-truncate.js",
66
"scripts": {
77
"lint": "standard",
8-
"coverage": "nyc npm t && npm run coverage-report",
9-
"coverage-report": "nyc report --reporter=lcov",
108
"test": "mocha",
119
"doc": "jsdoc json-truncate.js -d docs",
1210
"predoc": "rimraf docs"
@@ -45,7 +43,6 @@
4543
"chai": "^4.0.2",
4644
"jsdoc": "^3.6.3",
4745
"mocha": "^8.3.2",
48-
"nyc": "^15.1.0",
4946
"rimraf": "^3.0.0",
5047
"standard": "^16.0.3"
5148
},

0 commit comments

Comments
 (0)