Ver código fonte

[Minor] Notify coveralls when build is over

tags/1.8.1
Mikhail Galanin 5 anos atrás
pai
commit
6373ec4b81
1 arquivos alterados com 4 adições e 0 exclusões
  1. 4
    0
      .circleci/config.yml

+ 4
- 0
.circleci/config.yml Ver arquivo

@@ -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:

Carregando…
Cancelar
Salvar