add coverage config file to omit test files from coverage report

This commit is contained in:
Janne Sinivirta 2017-10-02 19:27:18 +03:00
parent b2522b8dbc
commit 8500032bff
1 changed files with 2 additions and 0 deletions

2
.coveragerc Normal file
View File

@ -0,0 +1,2 @@
[run]
omit = freqtrade/tests/*