Browse Source
Don't measure coverage for files in gui or plugins
3.2.x
Johann Bauer
7 years ago
No known key found for this signature in database
GPG Key ID: 84F1BF925B1F484D
1 changed files with
1 additions and
1 deletions
-
tox.ini
|
|
@ -6,7 +6,7 @@ deps= |
|
|
|
pytest |
|
|
|
coverage |
|
|
|
commands= |
|
|
|
coverage run --source=electrum -m py.test -v |
|
|
|
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*' -m py.test -v |
|
|
|
coverage report |
|
|
|
extras= |
|
|
|
fast |
|
|
|