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:
@@ -2,4 +2,5 @@
|
||||
omit =
|
||||
scripts/*
|
||||
freqtrade/tests/*
|
||||
freqtrade/vendor/*
|
||||
freqtrade/vendor/*
|
||||
freatrade/__main__.py
|
||||
|
Reference in New Issue
Block a user