Skip to content

Commit cbcc8ea

Browse files
committed
[INTERNAL] Coveralls: Use parallel setting to reduce number of PR comments
As per https://docs.coveralls.io/parallel-build-webhook
1 parent 8799f23 commit cbcc8ea

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,6 @@ node_js:
66

77
after_script:
88
- npm run report-coveralls
9+
10+
notifications:
11+
webhooks: https://coveralls.io/webhook

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
3333
"postversion": "git push --follow-tags",
3434
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
35-
"report-coveralls": "nyc report --reporter=text-lcov | coveralls"
35+
"report-coveralls": "nyc report --reporter=text-lcov | COVERALLS_PARALLEL=true coveralls"
3636
},
3737
"files": [
3838
"index.js",

0 commit comments

Comments
 (0)