Commit 2ecced8
committed
fix(analysis): scorecard calcScorecard 에 analyze 호출 rename 누락 수정
Phase 7B rename 때 분산 regex 로 15곳 갱신하면서 scorecard.py:75 의
insights = analyze(...) 한 건 놓침.
CI 실패 (3.13) 10건 전부 이 한 곳이 원인:
- test_analysis_integration 4건 (NameError: analyze)
- test_review_integration 6건 (NameError: analyze via scorecard 경유)
로컬 10/10 통과 확인. v0.9.13 tag 재트리거.1 parent 2ff4e66 commit 2ecced8
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
| |||
0 commit comments