stable/.coveragerc
xmatthias 7cfd99d17f exclude __main__.py from coveralls -
if __name__ == '__main__' is close to untestable - and should do nothing
other than calling another function.
2018-06-16 21:00:45 +02:00

7 lines
98 B
INI

[run]
omit =
scripts/*
freqtrade/tests/*
freqtrade/vendor/*
freatrade/__main__.py