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-valid": int,
|
||||||
"@branches-covered": int,
|
"@branches-covered": int,
|
||||||
"@branch-rate": float,
|
"@branch-rate": float,
|
||||||
"@complexity": int,
|
|
||||||
"@hits": int,
|
"@hits": int,
|
||||||
"@branch": lambda x: x == "true",
|
"@branch": lambda x: x == "true",
|
||||||
}.get(key, lambda x: x)(value),
|
}.get(key, lambda x: x)(value),
|
||||||
|
|||||||
Reference in New Issue
Block a user