mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 02:12:01 +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
|
@ -2,4 +2,5 @@
|
|||
omit =
|
||||
scripts/*
|
||||
freqtrade/tests/*
|
||||
freqtrade/vendor/*
|
||||
freqtrade/vendor/*
|
||||
freatrade/__main__.py
|
||||
|
|
Loading…
Reference in New Issue
Block a user