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 9aeec1f commit a59720aCopy full SHA for a59720a
.nycrc.json
@@ -0,0 +1,5 @@
1
+{
2
+ "reporter": ["lcov", "text"],
3
+ "exclude": ["babel-register.js", "test"],
4
+ "include": ["src"]
5
+}
package.json
@@ -40,7 +40,7 @@
40
"build": "rm -rf dist*;rollup -c",
41
"test": "NODE_ENV=test nyc ./node_modules/mocha/bin/mocha test/*.js",
42
"startSampleApp": "yarn build && cd samples/sample-app/ && yarn install && node index.js",
43
- "report-coverage": "nyc report --reporter=text-lcov > coverage.lcov && codecov"
+ "report-coverage": "codecov"
44
},
45
"repository": {
46
"type": "git",
0 commit comments