Test classes were being accounted for during coverage, they are now ignored for more accurate coverage metrics. Remove references to neutron in .coveragerc. Fix tox.ini coverage entry. Co-Authored-By: Larry Rensing <lr699s@att.com> Co-Authored-By: Sridhar Ramaswamy <srics.r@gmail.com> Change-Id: I92d50592a5ba43f68554aa933ab8582897b58b43changes/97/308497/2
parent
bf2bc85a46
commit
cddc6d5745
@ -1,7 +1,7 @@
|
||||
[run]
|
||||
branch = True
|
||||
source = neutron
|
||||
omit = neutron/tests/*,neutron/plugins/cisco/test/*,neutron/openstack/*
|
||||
source = tacker
|
||||
omit = tacker/tests/*
|
||||
|
||||
[report]
|
||||
ignore_errors = True
|
||||
|
Loading…
Reference in new issue