We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b211960 commit c0afe80Copy full SHA for c0afe80
package.json
@@ -4,7 +4,8 @@
4
"description": "CloudEvents SDK for JavaScript",
5
"main": "index.js",
6
"scripts": {
7
- "test": "./node_modules/.bin/mocha -C test/*.js"
+ "test": "./node_modules/.bin/mocha -C test/*.js",
8
+ "coverage": "./node_modules/.bin/istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | ./node_modules/.bin/codacy-coverage && rm -rf ./coverage"
9
},
10
"repository": {
11
"type": "git",
@@ -38,7 +39,10 @@
38
39
"chai": "4.2.0",
40
"mocha": "5.2.0",
41
"chai-http": "4.2.0",
- "nock": "10.0.2"
42
+ "nock": "10.0.2",
43
+ "codacy-coverage": "3.3.0",
44
+ "mocha-lcov-reporter": "1.3.0",
45
+ "istanbul": "0.4.5"
46
47
"publishConfig": {
48
"access": "public"
0 commit comments