Merge pull request #16 from ewjoachim/remove-complexity
This commit is contained in:
@@ -139,7 +139,6 @@ def get_coverage_info(config: Config) -> dict:
|
||||
"@branches-valid": int,
|
||||
"@branches-covered": int,
|
||||
"@branch-rate": float,
|
||||
"@complexity": int,
|
||||
"@hits": int,
|
||||
"@branch": lambda x: x == "true",
|
||||
}.get(key, lambda x: x)(value),
|
||||
|
||||
Reference in New Issue
Block a user