Skip to content

Commit ec76dfb

Browse files
Update type
1 parent 2137274 commit ec76dfb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/seer/automation/codegen/unit_test_coding_component.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,9 @@ def invoke(
9999
raise ValueError("No tasks found in coding output")
100100
file_changes: list[FileChange] = []
101101
client_type = (
102-
RepoClientType.PR_REVIEW if is_codecov_request else RepoClientType.CODECOV_UNIT_TEST
102+
RepoClientType.CODECOV_PR_REVIEW
103+
if is_codecov_request
104+
else RepoClientType.CODECOV_UNIT_TEST
103105
)
104106
repo_client = self.context.get_repo_client(task.repo_name, type=client_type)
105107
for task in coding_output.tasks:

0 commit comments

Comments
 (0)