Skip to content

Commit

Permalink
Merge pull request #46 from jakirkham/ci_show_cov_lines
Browse files Browse the repository at this point in the history
Report missed lines in log
  • Loading branch information
jakirkham committed Dec 12, 2016
2 parents a73b7d7 + 64b5d48 commit a243729
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ install:
script:
- coverage erase
- coverage run --source . setup.py test
- coverage report
- coverage report -m

# Report coverage
after_success:
Expand Down

0 comments on commit a243729

Please sign in to comment.