summaryrefslogtreecommitdiff
path: root/coverage/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/config.py')
-rw-r--r--coverage/config.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/coverage/config.py b/coverage/config.py
index 9835e341..75217def 100644
--- a/coverage/config.py
+++ b/coverage/config.py
@@ -227,6 +227,9 @@ class CoverageConfig:
self.json_pretty_print = False
self.json_show_contexts = False
+ # Default output filename for lcov_reporter
+ self.lcov_output = "coverage.lcov"
+
# Defaults for [paths]
self.paths = collections.OrderedDict()