From 400fdb2fd299d7b8bb713cd445a9a5485242163c Mon Sep 17 00:00:00 2001 From: David Stanek Date: Fri, 21 May 2010 23:40:04 -0400 Subject: modified to use report as the default action - the way the old nose plugin worked --- coverage/testplugin.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- cgit v1.2.1