36a225fab8
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
8 lines
99 B
INI
8 lines
99 B
INI
[run]
|
|
branch = True
|
|
source = subunit2sql
|
|
omit = subunit2sql/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|