diff --git a/.coveragerc b/.coveragerc index 09bc619c..279143b7 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,6 +1,7 @@ [run] branch = True -source = ironic-ui +source = ironic_ui +omit = ironic_ui/tests/* [report] ignore_errors = True