Add tests into omit section

Add tests/ into omit section because we should
leave it out of coverage measurement or reporting

Change-Id: I24d90b5a3eb77a775f37ebb2a785a48ab1ded493
This commit is contained in:
Tatyana Leontovich 2016-05-18 00:30:18 +03:00
parent 063023534b
commit 7ef13603c3
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
[run]
branch = True
source = microservices
omit = microservices/openstack/*
omit = microservices/openstack/*,microservices/tests/*
[report]
ignore_errors = True