mirror of
https://github.com/LBRYFoundation/LBRY-Vault.git
synced 2025-08-23 17:47:31 +00:00
remove test files from coverage
This commit is contained in:
parent
cf7caa7ef9
commit
c856633b9c
1 changed files with 1 additions and 1 deletions
2
tox.ini
2
tox.ini
|
@ -6,7 +6,7 @@ deps=
|
|||
pytest
|
||||
coverage
|
||||
commands=
|
||||
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*' -m py.test -v
|
||||
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' -m py.test -v
|
||||
coverage report
|
||||
extras=
|
||||
fast
|
||||
|
|
Loading…
Add table
Reference in a new issue