Skip to content

Commit

Permalink
test lower codecov reporting
Browse files Browse the repository at this point in the history
  • Loading branch information
becker33 committed Mar 1, 2019
1 parent e85d486 commit ddb3513
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -211,10 +211,12 @@ script:

after_success:
- ccache -s
- if [[ "$TEST_SUITE" == "unit" || "$TEST_SUITE" == "build" ]]; then
codecov --env PYTHON_VERSION
--required
--flags "${TEST_SUITE}${TRAVIS_OS_NAME}";
- if [[ "$TEST_SUITE" == "unit" ]]; then
if [[ "$PYTHON_VERSION == "2.7" || "$PYTHON_VERSION" == "3.6" ]]; then
codecov --env PYTHON_VERSION
--required
--flags "${TEST_SUITE}${TRAVIS_OS_NAME}";
fi
fi

#=============================================================================
Expand Down

0 comments on commit ddb3513

Please sign in to comment.