From fabf7c255d33f3b187a7e40f3c94ac9cb8c3e5e2 Mon Sep 17 00:00:00 2001 From: markotibold Date: Fri, 18 Mar 2011 14:15:12 +0100 Subject: Coverage for all platforms working. Had some trouble with dependencies of coverage of python-dev for the various platforms. --- djangorestframework/runtests/runcoverage.py | 1 + 1 file changed, 1 insertion(+) (limited to 'djangorestframework/runtests/runcoverage.py') 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__': -- cgit v1.2.3