summaryrefslogtreecommitdiff
path: root/coverage/config.py
diff options
context:
space:
mode:
Diffstat (limited to 'coverage/config.py')
-rw-r--r--coverage/config.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/coverage/config.py b/coverage/config.py
index f61d6951..f7e1605b 100644
--- a/coverage/config.py
+++ b/coverage/config.py
@@ -486,6 +486,7 @@ def read_coverage_config(config_file, **kwargs):
if specified_file:
raise CoverageException("Couldn't read '%s' as a config file" % fname)
+ # $set_env.py: COVERAGE_DEBUG - Options for --debug.
# 3) from environment variables:
env_data_file = os.environ.get('COVERAGE_FILE')
if env_data_file: