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.
2 parents 02a59fe + e38ddb5 commit 95fb72fCopy full SHA for 95fb72f
.travis.yml
@@ -16,6 +16,9 @@ after_script:
16
- greenkeeper-lockfile-upload
17
after_success:
18
- codeclimate-test-reporter < coverage/lcov.info
19
+ - CODECLIMATE_API_HOST=https://codebeat.co/webhooks/code_coverage \
20
+ - CODECLIMATE_REPO_TOKEN=88ef8956-4c0f-4a25-b35d-7fab824234e3 \
21
+ - codeclimate-test-reporter < coverage/lcov.info
22
addons:
23
code_climate:
24
repo_token: 2aa3b8fb452081d0eaf0ff3574d29683b39414ee91831b95e7fafcb3c30f3901
0 commit comments