Skip to content

Commit 288218b

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 4b0e470 commit 288218b

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
@@ -35,7 +35,7 @@
3535
"version": "git-chglog --next-tag v$npm_package_version -o CHANGELOG.md && git add CHANGELOG.md",
3636
"postversion": "git push --follow-tags",
3737
"release-note": "git-chglog -c .chglog/release-config.yml v$npm_package_version",
38-
"report-coveralls": "nyc report --reporter=text-lcov | coveralls"
38+
"report-coveralls": "nyc report --reporter=text-lcov | COVERALLS_PARALLEL=true coveralls"
3939
},
4040
"files": [
4141
"index.js",

0 commit comments

Comments
 (0)