mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
exclude __main__.py from coveralls -
if __name__ == '__main__' is close to untestable - and should do nothing other than calling another function.
This commit is contained in:
parent
972736f0ab
commit
7cfd99d17f
|
@ -3,3 +3,4 @@ omit =
|
|||
scripts/*
|
||||
freqtrade/tests/*
|
||||
freqtrade/vendor/*
|
||||
freatrade/__main__.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user