diff options
author | Sriram Viswanathan <sriramv@thoughtworks.com> | 2017-03-28 17:52:01 -0300 |
---|---|---|
committer | Tulio Casagrande <tcasagra@thoughtworks.com> | 2017-03-29 09:57:32 -0300 |
commit | b733745190fe009cea9e370cadc54c1cd6bade3f (patch) | |
tree | b24a5ce7918123070e14e7b3cd2664ffb51f8a7f | |
parent | 0f1af1b9892a73049a5d4ac707f07b990a860ac9 (diff) |
[#1022] Adds coverall task to the build
-rw-r--r-- | circle.yml | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |