Skip to content

Commit

Permalink
add coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
njwilson23 committed Sep 12, 2016
1 parent 26aefd4 commit 633dae7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ script:
coverage run --source=karta tests/runtests.py

after_success:
coveralls
- "coverage report"
- "coveralls"

sudo: # container-based testing
false

0 comments on commit 633dae7

Please sign in to comment.