You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
346 B
16 lines
346 B
# .coveragerc to control coverage.py |
|
[run] |
|
omit = |
|
jmclient/jmclient/jsonrpc.py |
|
jmclient/jmclient/slowaes.py |
|
jmclient/jmclient/electruminterface.py |
|
jmclient/jmclient/btc.py |
|
jmclient/test/* |
|
jmclient/setup.py |
|
jmbitcoin/test/* |
|
jmbitcoin/setup.py |
|
jmbase/test/* |
|
jmbase/setup.py |
|
jmdaemon/test/* |
|
jmdaemon/setup.py |
|
jmdaemon/jmdaemon/socks.py
|
|
|