Skip to content

Commit

Permalink
specify source dir for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
btb committed Oct 23, 2018
1 parent 2cd01a8 commit d235480
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- pip install coveralls
script:
- pycodestyle ems_client
- coverage run ems_client/test.py -v
- coverage run --source=ems_client/ ems_client/test.py -v
after_script:
- coveralls
before_deploy:
Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
[![Build Status](https://travis-ci.org/uw-it-cte/uw-ems-client.svg?branch=master)](https://travis-ci.org/uw-it-cte/uw-ems-client)
[![Coverage Status](https://coveralls.io/repos/github/uw-it-cte/uw-ems-client/badge.svg)](https://coveralls.io/github/uw-it-cte/uw-ems-client)

UW EMS SOAP API Client
===========================

Expand Down

0 comments on commit d235480

Please sign in to comment.