Skip to content

Commit

Permalink
coverage: try without specifying data_file, add pwd for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasWaldmann committed Aug 8, 2015
1 parent 8d34c45 commit c3a3a6c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .coveragerc
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
[run]
data_file = /home/travis/.coverage
branch = True
source = borg

Expand Down
1 change: 1 addition & 0 deletions .travis/upload_coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ set -x
NO_COVERAGE_TOXENVS=(pep8)
if ! [[ "${NO_COVERAGE_TOXENVS[*]}" =~ "${TOXENV}" ]]; then
source ~/.venv/bin/activate
pwd
codecov -e TRAVIS_OS_NAME,TOXENV
fi

0 comments on commit c3a3a6c

Please sign in to comment.