Actually properly report parallel stages

This commit is contained in:
CactusPuppy 2021-03-17 15:50:37 -07:00
parent 9357c71eee
commit 1a56c9c984
No known key found for this signature in database
GPG key ID: 4B33B0A3E15E2C82

View file

@ -32,7 +32,12 @@ before_script:
script: script:
- "bin/travis_script.sh $TEST_SUITE" - "bin/travis_script.sh $TEST_SUITE"
after_success: after_success:
- bash <(curl -Ls https://coverage.codacy.com/get.sh) -r coverage/coverage.xml - bash <(curl -Ls https://coverage.codacy.com/get.sh) report --partial -l Ruby -r coverage/coverage.xml
jobs:
include:
- stage: finalize
script: bash <(curl -Ls https://coverage.codacy.com/get.sh) final
env: env:
global: global:
@ -40,8 +45,6 @@ env:
- OSEM_DB_HOST='' - OSEM_DB_HOST=''
- OSEM_DB_PORT='' - OSEM_DB_PORT=''
- OSEM_DB_NAME='osem_test' - OSEM_DB_NAME='osem_test'
- CC_TEST_REPORTER_ID=$CC_TEST_REPORTER
- CCTR=./cc-test-reporter
matrix: matrix:
- TEST_SUITE=ability - TEST_SUITE=ability
- TEST_SUITE=features - TEST_SUITE=features