Skip to content

Commit

Permalink
Debugging coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Peak committed Sep 27, 2015
1 parent 24ff042 commit b40d0a1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,5 +94,7 @@ script:
- coverage run setup.py test

after_success:
- coveralls
- ls -al
- find / -name 'clover.xml' -or -name 'coverage.xml' -or -name '.coverage'
- codecov --dump
- codecov

0 comments on commit b40d0a1

Please sign in to comment.