Omit subunit2sql/tests from coverage

This commit introduces .coveragerc to omit subunit2sql/tests directory
from the coverage and also introduces some options. It's same as
tempest-lib.

Change-Id: I6c4fdf437fed98f78b8f53252820c2c8d135d54d
This commit is contained in:
Masayuki Igawa 2016-01-18 09:56:41 +09:00
parent 88809650df
commit 36a225fab8
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

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