From 56042226a130d2bb133e5764ba35f4e2e919b32a Mon Sep 17 00:00:00 2001 From: Michael Ball Date: Thu, 25 Feb 2021 01:28:07 -0800 Subject: [PATCH] CodeClimate isnt quite configured right... --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2f095c95..f33b6c3b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,8 @@ before_script: - RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update script: - "./travis_script.sh $TEST_SUITE" - - $CCTR format-coverage -t simplecov --output coverage/codeclimate.$SUITE.json + # TODO Get this working. + # - $CCTR format-coverage -t simplecov --output coverage/codeclimate.$SUITE.json after_script: # combine coverage from all suites, and upload to CodeClimate - $CCTR sum-coverage coverage/codeclimate.*.json | $CCTR upload-coverage