Debugging coverage

pull/679/head
Steve Peak 2015-09-27 10:45:51 +02:00
parent 24ff042749
commit b40d0a1df9
1 changed files with 3 additions and 1 deletions

View File

@ -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