fix(opencode): pnpm coverage 인자 전달 수정#494
Merged
Merged
Conversation
eada5e5 to
b54777c
Compare
Contributor
There was a problem hiding this comment.
Pull request overview
OpenCode model providers were unavailable for this same-head run, but deterministic current-head evidence is clean: coverage evidence passed, peer GitHub Checks are complete, medium-or-higher code-scanning alerts are clear, mergeability is clean, and reviewer threads are resolved or outdated.
Findings
No blocking findings.
Evidence
- Result: APPROVE
- Reason: current-head model-unavailable evidence fallback; coverage, docstring, peer GitHub Checks, code-scanning alerts, mergeability, and review threads were clear for current head.
- Scope:
central OpenCode/Strix review-process - Changed files:
2 - Model-pool outcome:
exhausted - Head SHA:
b54777c731b64e2b21fe8e9c2b14acb21fc085a4 - Workflow run: 29202473681
- Workflow attempt: 1
This fallback does not suppress failed checks, medium-or-higher code-scanning alerts, merge conflicts, unresolved reviewer threads, or failed coverage evidence; any of those conditions still publish REQUEST_CHANGES or leave the approval state unchanged.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
문제
중앙 OpenCode coverage가 pnpm 저장소에서 pnpm test -- --coverage를 실행해 실제 스크립트를 vitest run -- --coverage로 만들었습니다. pg-erd-cloud #538에서는 126개 테스트가 모두 통과했지만 Vitest coverage가 활성화되지 않아 summary 파일이 없다는 명시적 실패가 발생했습니다.
수정
검증
병합 후 pg-erd-cloud #538을 닫았다 다시 열어 동일 HEAD에서 새 중앙 required workflow를 생성하고 coverage summary를 확인하겠습니다.