Skip to content

Commit

Permalink
coverage: more debugging code - find the .coverage file, where is it?
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent b661b71 commit 091f1b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis/upload_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ set -x
NO_COVERAGE_TOXENVS=(pep8)
if ! [[ "${NO_COVERAGE_TOXENVS[*]}" =~ "${TOXENV}" ]]; then
source ~/.venv/bin/activate
pwd ; ls -la
pwd
ls -laR | grep coverage
codecov -e TRAVIS_OS_NAME,TOXENV
fi

0 comments on commit 091f1b9

Please sign in to comment.