diff --git a/.coveragerc b/.coveragerc index 902a94349e6c..c89967dfe40d 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,7 @@ [run] branch = True source = nova -omit = nova/tests/*,DynamicallyCompiledCheetahTemplate.py +omit = nova/tests/*,nova/openstack/*,DynamicallyCompiledCheetahTemplate.py [report] ignore-errors = True