Skip to content

Commit

Permalink
WIP: use ordered dict so [paths] is ordered. #649
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Nov 17, 2019
1 parent d32835d commit ee209b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coverage/config.py
Expand Up @@ -225,7 +225,7 @@ def __init__(self):
self.json_show_contexts = False

# Defaults for [paths]
self.paths = {}
self.paths = collections.OrderedDict()

# Options for plugins
self.plugin_options = {}
Expand Down

0 comments on commit ee209b1

Please sign in to comment.