Merge pull request #16 from ewjoachim/remove-complexity

This commit is contained in:
Joachim Jablon
2021-10-08 12:45:13 +02:00
committed by GitHub

View File

@@ -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),