We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 12b9119 commit f6350f9Copy full SHA for f6350f9
coverage_config_reload_plugin.py
@@ -12,7 +12,7 @@ def get_coverage_config():
12
return config
13
14
def read_config_files(config):
15
- config_filenames = config.config_files.copy()
+ config_filenames = config.config_files[:]
16
for filename in config_filenames:
17
prefix = '' if filename == '.coveragerc' else 'coverage:'
18
config.from_file(filename, section_prefix=prefix)
0 commit comments