summaryrefslogtreecommitdiff
path: root/circle.yml
diff options
context:
space:
mode:
authorSriram Viswanathan <sriramv@thoughtworks.com>2017-03-28 17:52:01 -0300
committerTulio Casagrande <tcasagra@thoughtworks.com>2017-03-29 09:57:32 -0300
commitb733745190fe009cea9e370cadc54c1cd6bade3f (patch)
treeb24a5ce7918123070e14e7b3cd2664ffb51f8a7f /circle.yml
parent0f1af1b9892a73049a5d4ac707f07b990a860ac9 (diff)
[#1022] Adds coverall task to the build
Diffstat (limited to 'circle.yml')
-rw-r--r--circle.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/circle.yml b/circle.yml
index 2c512431..9a76a0cc 100644
--- a/circle.yml
+++ b/circle.yml
@@ -12,6 +12,7 @@ dependencies:
override:
- make clean_all
- pip install -U --force-reinstall --no-cache-dir virtualenv
+ - pip install coveralls
- gem install compass && rbenv rehash
test:
@@ -19,3 +20,4 @@ test:
- make linters
- make test
- make functional_tests_ci
+ - cd service && coveralls || true