fix(coverage): docs baseline 2.10.1 → 2.10.0 (org-wide stable 2.x 정합)#129
Merged
Conversation
org이 web-framework를 published latest(2.10.1) 대신 2.10.0에 고정한다 (2.10.1의 upstream .d.ts path regression이 web-framework-2x alias 경유 tsc를 깨뜨림 — devtools#660 / sdk-example#214). docs 베이스라인도 동일 버전에 맞춘다. - package.json devDep 2.10.1 → 2.10.0, lock 재해결 - coverage-baseline.json 재생성 (sdk 2.10.0, 65→64 exports) - getDeclaredAgeRange는 2.10.1에서 추가돼 2.10.0엔 없음 → 베이스라인에서 빠짐. 단, 페이지·사이드바·GROUP_MAP은 유지하고(#120 whipsaw 회피) sdk-coverage.ts에 EXPECTED_ORPHANS allowlist로 orphan만 억제. 베이스라인이 해당 메서드를 export하는 버전으로 재고정되면 entry 제거. 검증: coverage:check(zero drift), typecheck, lint, check:og-images, verify:crosslinks, build:llms, build(ko+en) 전부 green.
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.
무엇을
docs의 SDK 커버리지 베이스라인을
2.10.1→2.10.0으로 낮춰 org 전체 stable 2.x 라인 고정점에 맞춥니다.왜
org은 web-framework를 published
latest(2.10.1)가 아니라2.10.0에 고정합니다 —2.10.1이 upstream.d.tspath regression(@apps-in-toss/native-modulesasync-bridges subpath가 빌드된.d.ts가 아닌 raw.ts로 resolve돼tsc가 깨짐)을 들여왔기 때문입니다. devtools#660 / sdk-example#214가web-framework-2xalias를2.10.0exact-pin으로 처리한 것과 동일한 정합입니다.docs 자체는 커버리지 detector가 런타임에
.d.ts를 읽어(tsc graph 밖) 구조적으로 이 regression의 영향을 받지 않지만, org-wide 버전 일관성(모두 2.10.0)을 우선합니다.변경
package.jsonweb-framework devDep2.10.1→2.10.0, lock 재해결coverage-baseline.json재생성 —sdkVersion 2.10.0, exports 65 → 64getDeclaredAgeRange는2.10.1에서 추가돼2.10.0엔 없습니다. 베이스라인에서는 빠지지만 doc 페이지(ko+en)·사이드바·GROUP_MAP엔트리는 유지합니다 —2.10.0↔2.10.1사이를 오가며 페이지를 지웠다 살리는 것이 바로 coverage drift baseline이 3.0-beta에 고정 — §5.1 stable(2.x) 라인과 mismatch (drift 리포트 구조적 신뢰불가) #120 whipsaw라 회피합니다. 대신scripts/sdk-coverage.ts에EXPECTED_ORPHANSallowlist를 추가해 해당 페이지의 orphan만 억제합니다. 베이스라인이 그 메서드를 export하는 버전으로 재고정되면 allowlist 엔트리를 제거합니다.검증
로컬 전수 green:
coverage:check— zero drift (orphan 억제 확인), strict(fail-on-drift) run도 exit 0typecheck/lintcheck:og-images(296 페이지 전부 PNG 대응)verify:crosslinks(user-data는 by-design no-sdk-example, ok)build:llms(83 method pages)build(ko + en, broken-link 0)