diff options
| author | markotibold | 2011-03-18 14:15:12 +0100 |
|---|---|---|
| committer | markotibold | 2011-03-18 14:15:12 +0100 |
| commit | fabf7c255d33f3b187a7e40f3c94ac9cb8c3e5e2 (patch) | |
| tree | b0ae5d6d487676cd1dadd74664c2a9d259de8a9e /djangorestframework/runtests/runcoverage.py | |
| parent | cf1f8348a068d9c699ddcd67f8e3bf954d6a8541 (diff) | |
| download | django-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/runcoverage.py')
| -rw-r--r-- | djangorestframework/runtests/runcoverage.py | 1 |
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__': |
