Merge pull request #1521 from ThomasWaldmann/fix-coverage

fix .coverage processing
This commit is contained in:
TW 2016-08-22 01:37:43 +02:00 committed by GitHub
commit e0b8635098

View file

@ -6,7 +6,6 @@ set -x
NO_COVERAGE_TOXENVS=(pep8)
if ! [[ "${NO_COVERAGE_TOXENVS[*]}" =~ "${TOXENV}" ]]; then
source ~/.venv/bin/activate
ln .tox/.coverage .coverage
# on osx, tests run as root, need access to .coverage
sudo chmod 666 .coverage
codecov -e TRAVIS_OS_NAME TOXENV