Skip to content

Commit

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

0 comments on commit 22a6115

Please sign in to comment.