![Masayuki Igawa](/assets/img/avatar_default.png)
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
5 lines
122 B
INI
5 lines
122 B
INI
[run]
|
|
branch = True
|
|
source = tempest
|
|
omit = tempest/tests/*,tempest/scenario/test_*.py,tempest/api_schema/*,tempest/api/*
|