summaryrefslogtreecommitdiff
path: root/coverage/cmdline.py
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2012-11-07 20:47:14 -0500
committerNed Batchelder <ned@nedbatchelder.com>2012-11-07 20:47:14 -0500
commit74adfa69b41443b3b83d6b14c2fc57fffb638384 (patch)
tree64e39562d7eec73ba669ed27402c12f627ae4caa /coverage/cmdline.py
parent3889069edd7c6232573c5bdd4f351cf5c1755132 (diff)
downloadpython-coveragepy-git-74adfa69b41443b3b83d6b14c2fc57fffb638384.tar.gz
Ugh. Setting the xml output file in the .coveragerc file simply didn't work. Now it does.
Diffstat (limited to 'coverage/cmdline.py')
-rw-r--r--coverage/cmdline.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/coverage/cmdline.py b/coverage/cmdline.py
index 8ea76e7d..fe8b9955 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."
),