Exclude tests and db migrations from coverage report

Change-Id: Ie72a08c282a4b3e7b9c37942421817853ee9ad49
This commit is contained in:
Hunt Xu 2018-03-21 14:24:33 +08:00
parent aa358e5e66
commit 9bed24e9ee
1 changed files with 3 additions and 0 deletions

View File

@ -1,6 +1,9 @@
[run]
branch = True
source = qinling
omit =
qinling/tests/*
qinling/db/sqlalchemy/migration/alembic_migrations/versions/*
[report]
ignore_errors = True