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:
xmatthias 2018-06-16 21:00:45 +02:00
parent 972736f0ab
commit 7cfd99d17f

View File

@ -3,3 +3,4 @@ omit =
scripts/*
freqtrade/tests/*
freqtrade/vendor/*
freatrade/__main__.py