Fix test coverage reporting hopefully

This commit is contained in:
CactusPuppy 2021-03-12 00:40:19 -08:00
parent 55c8801926
commit fb5de3ec18
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -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: