Skip to content

Commit

Permalink
Adding all package names for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
kelvins committed Sep 16, 2017
1 parent f56aed1 commit f5e7795
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 @@ -9,6 +9,6 @@ install:

script:
- python tests/tester.py
- coverage run --source=logobot tests/tester.py test
- coverage run --source=logobot,logo,progressbar tests/tester.py test

after_success: coveralls

0 comments on commit f5e7795

Please sign in to comment.