Skip to content

Commit

Permalink
feat(setup): update coverage filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
Milerius committed Sep 15, 2019
1 parent 4397216 commit 7374882
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/travis_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ function run_coverage() {
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/modules/core/antara/gaming/core/*.tests.*" -o coverage.info
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/modules/ecs/antara/gaming/ecs/*.tests.*" -o coverage.info
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/modules/timer/antara/gaming/timer/*.tests.*" -o coverage.info
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/modules/timer/antara/gaming/world/*.tests.*" -o coverage.info
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/modules/timer/antara/gaming/event/*.tests.*" -o coverage.info
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/modules/timer/antara/gaming/scenes/*.tests.*" -o coverage.info
lcov -r coverage.info "${TRAVIS_BUILD_DIR}/cmake-build-${BUILD_TYPE}/_deps/*" -o coverage.info
lcov -l coverage.info
bash <(curl -s https://codecov.io/bash) -f coverage.info || echo "Codecov did not collect coverage reports"
Expand Down

0 comments on commit 7374882

Please sign in to comment.