summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 2b789e1898944c86c3b8677d08c2b3beb8b02280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[run]
branch = True
source = saharaclient
omit =
 */openstack/common/*
 .tox/*
 saharaclient/tests/*

[paths]
source = saharaclient

[report]
ignore_errors = True