From f1935555fb148d173b9adf2e35f687573c929370 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(-) (limited to 'coverage/testplugin.py') diff --git a/coverage/testplugin.py b/coverage/testplugin.py index 4ff598a..89334d7 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