Ver Fonte

Merge pull request #1521 from ThomasWaldmann/fix-coverage

fix .coverage processing
TW há 8 anos atrás
pai
commit
e0b8635098
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      .travis/upload_coverage.sh

+ 0 - 1
.travis/upload_coverage.sh

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