Skip to content

Commit

Permalink
link .coverage so codecov finds it
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent 22a6115 commit e35add0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis/upload_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ set -x
NO_COVERAGE_TOXENVS=(pep8)
if ! [[ "${NO_COVERAGE_TOXENVS[*]}" =~ "${TOXENV}" ]]; then
source ~/.venv/bin/activate
pwd
find . -name ".coverage"
ln .tox/.coverage .coverage
codecov -e TRAVIS_OS_NAME,TOXENV
fi

0 comments on commit e35add0

Please sign in to comment.