9393cd451c
A number of configuration errors prevent the successful creation of code coverage. This corrects the .coveragerc source/omit setup and the tox package name generation. Change-Id: Ie55159304b8633acd6b06ba94d0cb8507a337504
9 lines
162 B
INI
9 lines
162 B
INI
[run]
|
|
branch = True
|
|
source = oslo_versionedobjects
|
|
omit = oslo_versionedobjects/tests/*,versionedobjects/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
precision = 2
|