We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 078b17d commit 9c66f34Copy full SHA for 9c66f34
coverage_comment/settings.py
@@ -156,6 +156,7 @@ def FINAL_COVERAGE_DATA_BRANCH(self):
156
# mypy happy
157
@classmethod
158
def from_environ(cls, environ: MutableMapping[str, str]) -> Config:
159
+ 0 / 0
160
possible_variables = [e for e in inspect.signature(cls).parameters]
161
config: dict[str, Any] = {
162
k: v for k, v in environ.items() if k in possible_variables
0 commit comments