From b733745190fe009cea9e370cadc54c1cd6bade3f Mon Sep 17 00:00:00 2001 From: Sriram Viswanathan Date: Tue, 28 Mar 2017 17:52:01 -0300 Subject: [#1022] Adds coverall task to the build --- circle.yml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'circle.yml') 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 -- cgit v1.2.3