Fix test coverage reporting hopefully
This commit is contained in:
parent
55c8801926
commit
fb5de3ec18
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ script:
|
||||||
after_script:
|
after_script:
|
||||||
# combine coverage from all suites, and upload3 to CodeClimate
|
# combine coverage from all suites, and upload3 to CodeClimate
|
||||||
- $CCTR format-coverage -t simplecov --output coverage/codeclimate.$TEST_SUITE.json
|
- $CCTR format-coverage -t simplecov --output coverage/codeclimate.$TEST_SUITE.json
|
||||||
- $CCTR sum-coverage coverage/codeclimate.*.json | $CCTR upload-coverage
|
- $CCTR sum-coverage coverage/codeclimate.*.json
|
||||||
|
- if [[ "$TRAVIS_TEST_RESULT" == 0 ]]; then $CCTR upload-coverage; fi
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue