From 2d04bf68cf1e919cd62e7752bc3075c94c53f10c Mon Sep 17 00:00:00 2001 From: Joachim Jablon Date: Fri, 8 Oct 2021 12:44:46 +0200 Subject: [PATCH] Remove complexity: unneeded and can crash the program --- src/entrypoint | 1 - 1 file changed, 1 deletion(-) diff --git a/src/entrypoint b/src/entrypoint index 0b8149b..4a9b373 100755 --- a/src/entrypoint +++ b/src/entrypoint @@ -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),