6c86efc1a3
Add the .coveragerc configuration consistent with other projects, specifically to define including branch = True and omit including tests in the coverage reports Change-Id: Icb1989e4828ac380acc9a395b241fdf592c7d022
9 lines
134 B
INI
9 lines
134 B
INI
[run]
|
|
branch = True
|
|
source = heatclient
|
|
omit = heatclient/tests/*,heatclient/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|