summaryrefslogtreecommitdiffstats
path: root/.coveragerc
diff options
context:
space:
mode:
authorWayne Witzel III <wwitzel@redhat.com>2016-01-28 18:01:12 +0100
committerWayne Witzel III <wwitzel@redhat.com>2016-02-02 00:37:56 +0100
commit71a1547c3a404fd31704b541274f773c43359357 (patch)
tree9fa53652c27739302141066e0fda0ad6420cf229 /.coveragerc
parentupdating commands tests (diff)
downloadawx-71a1547c3a404fd31704b541274f773c43359357.tar.xz
awx-71a1547c3a404fd31704b541274f773c43359357.zip
fixing ad_hoc imports
flake8 fixes Fix and add awx/api/tests added fact tests added proper xml reports for jenkins added jenkins requirements and adjusted Makefile target
Diffstat (limited to '.coveragerc')
-rw-r--r--.coveragerc2
1 files changed, 2 insertions, 0 deletions
diff --git a/.coveragerc b/.coveragerc
index d7a734c1d6..f9ef3447bf 100644
--- a/.coveragerc
+++ b/.coveragerc
@@ -25,3 +25,5 @@ exclude_lines =
ignore_errors = True
+[xml]
+output = ./reports/coverage.xml