From 5bd1abb5a300fd22c852ae4fff0cc322840de1bf Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 7 Nov 2012 20:47:14 -0500 Subject: Ugh. Setting the xml output file in the .coveragerc file simply didn't work. Now it does. --- coverage/cmdline.py | 1 - 1 file changed, 1 deletion(-) (limited to 'coverage/cmdline.py') diff --git a/coverage/cmdline.py b/coverage/cmdline.py index 8ea76e7..fe8b995 100644 --- a/coverage/cmdline.py +++ b/coverage/cmdline.py @@ -327,7 +327,6 @@ CMDS = { Opts.output_xml, ] + GLOBAL_ARGS, cmd = "xml", - defaults = {'outfile': 'coverage.xml'}, usage = "[options] [modules]", description = "Generate an XML report of coverage results." ), -- cgit v1.2.1