Notify coveralls after all tasks have finished

This commit is contained in:
Leonid Logvinov 2018-03-13 19:30:54 +01:00
parent 20985d515f
commit 53e1815c1d
No known key found for this signature in database
GPG Key ID: 0DD294BFDE8C95D4

View File

@ -120,3 +120,5 @@ workflows:
- lint: - lint:
requires: requires:
- build - build
notifications:
webhooks: https://coveralls.io/webhook?repo_token={{ .Environment.COVERALLS_REPO_TOKEN }}