From e343d9d575f9ad4653a1c7ad87ae226c7d5436a1 Mon Sep 17 00:00:00 2001 From: Justus Schock <12886177+justusschock@users.noreply.github.com> Date: Fri, 6 Sep 2019 13:39:41 +0200 Subject: [PATCH] Move coverage to tests --- .travis.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d90bb6c9..fcbd9ce3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -172,16 +172,13 @@ script: # run tests or stylechecks - if [[ "$TEST_TYPE" == "unittests" ]]; then bash scripts/ci/run_tests.sh; + codecov; elif [[ "$TEST_TYPE" == "docs" ]]; then bash scripts/ci/build_docs.sh; else bash scripts/ci/run_style_checks.sh; fi -after_success: - - if [[ "$TEST_TYPE" == "unittests" ]]; then - codecov; - before_deploy: - cd $TRAVIS_BUILD_DIR