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 8799f23 commit cbcc8eaCopy full SHA for cbcc8ea
.travis.yml
@@ -6,3 +6,6 @@ node_js:
6
7
after_script:
8
- npm run report-coveralls
9
+
10
+notifications:
11
+ webhooks: https://coveralls.io/webhook
package.json
@@ -32,7 +32,7 @@
32
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
33
"postversion": "git push --follow-tags",
34
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
35
- "report-coveralls": "nyc report --reporter=text-lcov | coveralls"
+ "report-coveralls": "nyc report --reporter=text-lcov | COVERALLS_PARALLEL=true coveralls"
36
},
37
"files": [
38
"index.js",
0 commit comments