diff options
Diffstat (limited to '.coveragerc')
-rw-r--r-- | .coveragerc | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/.coveragerc b/.coveragerc index c58219e418..d7a734c1d6 100644 --- a/.coveragerc +++ b/.coveragerc @@ -1,7 +1,9 @@ [run] -source = ansibleworks +source = awx branch = True -omit = ansibleworks/main/migrations/* +omit = + awx/main/migrations/* + awx/lib/site-packages/* [report] # Regexes for lines to exclude from consideration |