Skip to content

Commit 8388c6a

Browse files
Update
1 parent 6dfe889 commit 8388c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/seer/automation/codegen/models.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ class CodeUnitTestOutput(BaseComponentOutput):
4747
class CodegenBaseRequest(BaseModel):
4848
repo: RepoDefinition
4949
pr_id: int # The PR number
50-
codecov_status: dict[str, str] | None = None
50+
codecov_status: dict[str, bool] | None = None
5151

5252

5353
class CodegenUnitTestsRequest(CodegenBaseRequest):

0 commit comments

Comments
 (0)