diff --git a/.coveragerc b/.coveragerc index f561042f39..397a8b84d4 100644 --- a/.coveragerc +++ b/.coveragerc @@ -22,7 +22,10 @@ branch = True omit = awx/main/migrations/* awx/lib/site-packages/* -source = awx +source = + . +source_pkgs = + awx [xml] output = ./reports/coverage.xml