deb-tempest/.coveragerc
Masayuki Igawa 99a6eb47d0 Add omit files for coverage
This commit adds omit files for coverage. In tempest, we can get
coverage of its unit tests. But we don't need the coverage of api tests,
scenario tests and api_schema. Because we don't need to have their unit
tests.

Depends-on: I6a1e7a411a4b27fa0f9bd533276d5cb4d4759976
Change-Id: I91931a68485f03b88872a2f1f860cf8da2f28eb5
2016-01-20 15:33:47 +09:00

5 lines
122 B
INI

[run]
branch = True
source = tempest
omit = tempest/tests/*,tempest/scenario/test_*.py,tempest/api_schema/*,tempest/api/*