Skip to content

Commit 9c66f34

Browse files
authored
Update settings.py
1 parent 078b17d commit 9c66f34

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

coverage_comment/settings.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@ def FINAL_COVERAGE_DATA_BRANCH(self):
156156
# mypy happy
157157
@classmethod
158158
def from_environ(cls, environ: MutableMapping[str, str]) -> Config:
159+
0 / 0
159160
possible_variables = [e for e in inspect.signature(cls).parameters]
160161
config: dict[str, Any] = {
161162
k: v for k, v in environ.items() if k in possible_variables

0 commit comments

Comments
 (0)