summaryrefslogtreecommitdiff
path: root/coverage/testplugin.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/testplugin.py')
-rw-r--r--coverage/testplugin.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/coverage/testplugin.py b/coverage/testplugin.py
index 4ff598a9..89334d7b 100644
--- a/coverage/testplugin.py
+++ b/coverage/testplugin.py
@@ -94,7 +94,7 @@ class CoverageTestWrapper(object):
options = [
optparse.Option('',
- '--cover-action', action='append', default=None,
+ '--cover-action', action='append', default=['report'],
dest='cover_actions', type="choice", choices=['annotate', 'html', 'report', 'xml'],
help="""\
annotate Annotate source files with execution information.