Skip to content

Commit

Permalink
bugfix: add codecov upload back to travis.yml (spack#10220)
Browse files Browse the repository at this point in the history
Codecov upload was accidentally removed in spack#9805
  • Loading branch information
tgamblin authored Dec 29, 2018
1 parent d65c6ba commit c92ac70
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,11 @@ script:

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

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

0 comments on commit c92ac70

Please sign in to comment.