diff --git a/.coveragerc b/.coveragerc index d06848ae15..28183950fd 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,10 +1,3 @@ -[run] -source = awx -branch = True -omit = - awx/main/migrations/* - awx/lib/site-packages/* - [report] # Regexes for lines to exclude from consideration exclude_lines = @@ -27,5 +20,12 @@ exclude_lines = ignore_errors = True +[run] +branch = True +omit = + awx/main/migrations/* + awx/lib/site-packages/* +source = awx + [xml] output = ./reports/coverage.xml