fix: correct the type of report:format in config.py (#1754) · nedbat/coveragepy@8e30221 (original) (raw)
`@@ -395,7 +395,7 @@ def copy(self) -> CoverageConfig:
`
395
395
` ("exclude_list", "report:exclude_lines", "regexlist"),
`
396
396
` ("exclude_also", "report:exclude_also", "regexlist"),
`
397
397
` ("fail_under", "report:fail_under", "float"),
`
398
``
`-
("format", "report:format", "boolean"),
`
``
398
`+
("format", "report:format"),
`
399
399
` ("ignore_errors", "report:ignore_errors", "boolean"),
`
400
400
` ("include_namespace_packages", "report:include_namespace_packages", "boolean"),
`
401
401
` ("partial_always_list", "report:partial_branches_always", "regexlist"),
`