mirror of
https://github.com/borgbackup/borg.git
synced 2026-03-26 04:14:45 -04:00
Merge pull request #1521 from ThomasWaldmann/fix-coverage
fix .coverage processing
This commit is contained in:
commit
e0b8635098
1 changed files with 0 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue