Skip to content

Commit

Permalink
TEST: print coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
Bruno P. Kinoshita committed Jan 31, 2019
1 parent 0534de0 commit be922aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ script:
# On the other hand, changing .coveragerc directly affects developers running
# coverage locally. Therefore, we have this sed line here only for Travis.
- sed -i -e "s|data_file=.coverage|data_file=${TRAVIS_BUILD_DIR}/.coverage|g" .coveragerc
- cat .coveragerc
- coverage run .travis/cover.py
- unset PYTHONPATH
after_script: .travis/after_script.sh
Expand Down

0 comments on commit be922aa

Please sign in to comment.