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 3a9ea3e commit 604107dCopy full SHA for 604107d
package.json
@@ -15,7 +15,7 @@
15
"test": "jest",
16
"watch:test": "jest --watch",
17
"test:cover": "jest --coverage",
18
- "report-coverage": "nyc report --reporter=text-lcov | coveralls",
+ "report-coverage": "cat ./coverage/lcov.info | coveralls",
19
"prepush": "npm run test:cover",
20
"release": "npm run test:cover && git tag $npm_package_version && git commit -am $npm_package_version && git push && git push --tags && npm publish"
21
},
0 commit comments