7

Ingnore migration files for code coverage

This commit is contained in:
Michael van Tellingen
2017-05-31 11:26:45 +02:00
parent b523327c8c
commit eb837fa7b2

View File

@ -7,3 +7,7 @@ ignore=E731
max-line-length = 120
exclude=
src/**/migrations/*.py
[coverage:run]
omit =
src/**/migrations/*.py