subunit2sql/.coveragerc
Masayuki Igawa 36a225fab8 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
2016-01-18 09:56:41 +09:00

8 lines
99 B
INI

[run]
branch = True
source = subunit2sql
omit = subunit2sql/tests/*
[report]
ignore_errors = True