Add wallet dir to coverage

This commit is contained in:
Neil Booth 2017-07-12 14:53:30 +09:00
parent eb51706316
commit 1addbd6815

View File

@ -18,5 +18,5 @@ install:
- pip install pytest-cov
- pip install python-coveralls
# command to run tests
script: pytest --cov=server --cov=lib
script: pytest --cov=server --cov=lib --cov=wallet
after_success: coveralls