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:
parent
88809650df
commit
36a225fab8
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = subunit2sql
|
||||
omit = subunit2sql/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
Loading…
Reference in New Issue
Block a user