[Minor] Notify coveralls when build is over

This commit is contained in:
Mikhail Galanin 2018-09-25 17:02:22 +01:00
parent d659f91723
commit 6373ec4b81

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: