From 6373ec4b816d4c9c995b6b9c597d56d456e66cd2 Mon Sep 17 00:00:00 2001 From: Mikhail Galanin Date: Tue, 25 Sep 2018 17:02:22 +0100 Subject: [PATCH] [Minor] Notify coveralls when build is over --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 19a1c4a8ec..390934e1a3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: -- 2.47.3