Browse Source

[Minor] Notify coveralls when build is over

tags/1.8.1
Mikhail Galanin 5 years ago
parent
commit
6373ec4b81
1 changed files with 4 additions and 0 deletions
  1. 4
    0
      .circleci/config.yml

+ 4
- 0
.circleci/config.yml View File

@@ -152,6 +152,10 @@ jobs:
- *restore_coverage_data
- *merge_and_upload_coverage_data

notify:
webhooks:
- url: https://coveralls.io/webhook?repo_token={{ .Environment.COVERALLS_REPO_TOKEN }}

workflows:
version: 2
build-and-test:

Loading…
Cancel
Save