Skip to content

Commit 88a18a2

Browse files
committed
coverall
1 parent 263c1b3 commit 88a18a2

File tree

2 files changed

+213
-2
lines changed

2 files changed

+213
-2
lines changed

package-lock.json

Lines changed: 210 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"main": "src/index.js",
66
"scripts": {
77
"test": "mocha --timeout=3000",
8-
"coverage": "nyc report --timeout=3000 --reporter=text-lcov | coveralls",
8+
"coverage": "nyc report --timeout=3000 --reporter=text-lcov | coveralls",
99
"start": "node src/demo.js"
1010
},
1111
"repository": {
@@ -46,7 +46,9 @@
4646
"chai": "^4.2.0",
4747
"coveralls": "^3.0.2",
4848
"eslint": "^5.10.0",
49+
"istanbul": "^0.4.5",
4950
"mocha": "^5.2.0",
51+
"mocha-lcov-reporter": "^1.3.0",
5052
"nyc": "^13.1.0",
5153
"stats-array": "^0.1.2"
5254
}

0 commit comments

Comments
 (0)