aboutsummaryrefslogtreecommitdiffstats
path: root/djangorestframework/runtests/runcoverage.py
diff options
context:
space:
mode:
Diffstat (limited to 'djangorestframework/runtests/runcoverage.py')
-rw-r--r--djangorestframework/runtests/runcoverage.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/djangorestframework/runtests/runcoverage.py b/djangorestframework/runtests/runcoverage.py
index ab1b0498..0ab61479 100644
--- a/djangorestframework/runtests/runcoverage.py
+++ b/djangorestframework/runtests/runcoverage.py
@@ -35,7 +35,6 @@ def main():
else:
test_runner = TestRunner()
failures = test_runner.run_tests(['djangorestframework'])
-
cov.stop()
# Discover the list of all modules that we should test coverage for