cddc6d5745
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: I92d50592a5ba43f68554aa933ab8582897b58b43
8 lines
89 B
INI
8 lines
89 B
INI
[run]
|
|
branch = True
|
|
source = tacker
|
|
omit = tacker/tests/*
|
|
|
|
[report]
|
|
ignore_errors = True
|