diff --git a/coverage_comment/settings.py b/coverage_comment/settings.py index 12473c7d..6ed1cd97 100644 --- a/coverage_comment/settings.py +++ b/coverage_comment/settings.py @@ -156,6 +156,7 @@ def FINAL_COVERAGE_DATA_BRANCH(self): # mypy happy @classmethod def from_environ(cls, environ: MutableMapping[str, str]) -> Config: + 0 / 0 possible_variables = [e for e in inspect.signature(cls).parameters] config: dict[str, Any] = { k: v for k, v in environ.items() if k in possible_variables