CodeClimate isnt quite configured right...
This commit is contained in:
parent
705cc469de
commit
56042226a1
1 changed files with 2 additions and 1 deletions
|
|
@ -33,7 +33,8 @@ before_script:
|
||||||
- RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update
|
- RAILS_ENV=test bundle exec bin/rails webdrivers:chromedriver:update
|
||||||
script:
|
script:
|
||||||
- "./travis_script.sh $TEST_SUITE"
|
- "./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:
|
after_script:
|
||||||
# combine coverage from all suites, and upload to CodeClimate
|
# combine coverage from all suites, and upload to CodeClimate
|
||||||
- $CCTR sum-coverage coverage/codeclimate.*.json | $CCTR upload-coverage
|
- $CCTR sum-coverage coverage/codeclimate.*.json | $CCTR upload-coverage
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue