From 8ffa9cd1a43fd21f1b42bc9527f9d2fba85f9bd9 Mon Sep 17 00:00:00 2001 From: Tommi Reiman Date: Thu, 28 Dec 2017 10:48:18 +0200 Subject: [PATCH] coveralls doesn't still work --- .circleci/config.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index adc1033d..053fd450 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -18,9 +18,9 @@ jobs: command: ./scripts/test.sh clj - store_test_results: path: ~/test/target/junit.xml - - run: - name: Run coverage - command: ./scripts/submit-to-coveralls.sh clj +# - run: +# name: Run coverage +# command: ./scripts/submit-to-coveralls.sh clj - save_cache: key: 'v1-test-{{ checksum "project.clj" }}' paths: