From: Mikhail Galanin Date: Tue, 25 Sep 2018 16:02:22 +0000 (+0100) Subject: [Minor] Notify coveralls when build is over X-Git-Tag: 1.8.1~155^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F2529%2Fhead;p=thirdparty%2Frspamd.git [Minor] Notify coveralls when build is over --- 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: