aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests
diff options
context:
space:
mode:
authormarkotibold2011-03-18 14:15:12 +0100
committermarkotibold2011-03-18 14:15:12 +0100
commitfabf7c255d33f3b187a7e40f3c94ac9cb8c3e5e2 (patch)
treeb0ae5d6d487676cd1dadd74664c2a9d259de8a9e /djangorestframework/runtests
parentcf1f8348a068d9c699ddcd67f8e3bf954d6a8541 (diff)
downloaddjango-rest-framework-fabf7c255d33f3b187a7e40f3c94ac9cb8c3e5e2.tar.bz2
Coverage for all platforms working. Had some trouble with dependencies of coverage of python-dev for the various platforms.
Diffstat (limited to 'djangorestframework/runtests')
-rw-r--r--djangorestframework/runtests/runcoverage.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/djangorestframework/runtests/runcoverage.py b/djangorestframework/runtests/runcoverage.py
index 1deb1080..948d7889 100644
--- a/djangorestframework/runtests/runcoverage.py
+++ b/djangorestframework/runtests/runcoverage.py
@@ -47,6 +47,7 @@ def main():
cov.stop()
cov.report(cov_files)
+ cov.xml_report(cov_files)
sys.exit(failures)
if __name__ == '__main__':