testing: baseline api round-trip discovery run (phase 0, #209)#216
Closed
webern wants to merge 1 commit into
Closed
testing: baseline api round-trip discovery run (phase 0, #209)#216webern wants to merge 1 commit into
webern wants to merge 1 commit into
Conversation
Ran `make discover-api-roundtrip` (2026-06-19) over the full corpus (829 files). Results: 1 PASS, 812 FAIL, 0 SKIP, 0 LOADFAIL, 8 GETDATAFAIL, 8 CREATEFAIL. The single passing file (ksuite/k016a_Miscellaneous_Fields.xml) is already pinned, so no new paths are added. Updates the baseline header with the dated aggregate counts per the issue spec. `make test-api-roundtrip` and `make check` both pass. Closes #209
gen-quality
|
Owner
Author
|
Discovery table (part 1/2) — 2026-06-19 run Generated by Claude Code |
Owner
Author
|
Discovery table (part 2/2) — 2026-06-19 run Generated by Claude Code |
Coverage reportCore-dev coverage
|
| Metric | Coverage | Covered / Total |
|---|---|---|
| Lines | 77.9% | 28539 / 36624 |
| Functions | 74.4% | 6360 / 8550 |
| Branches | 50.7% | 22672 / 44725 |
API coverage src/private/mx/{api,impl,utility}/
| Metric | Coverage | Covered / Total |
|---|---|---|
| Lines | 72.1% | 5328 / 7390 |
| Functions | 60.1% | 1819 / 3029 |
| Branches | 43.0% | 4447 / 10333 |
Core HTML report | API HTML report
Commit 4a41a8d801b21d0ecf58d2bc79fcb38451f1c370.
Owner
Author
|
Closing as it has nothing useful to check in to the repo. |
8 tasks
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.
Summary
Phase 0 of #208. Ran
make discover-api-roundtrip(2026-06-19) over the full corpus and updated the baseline header with the aggregate counts. No api code changed; onlyroundtrip-baseline.txtis touched.Discovery result: 829 discovered, 1 PASS, 812 FAIL, 0 SKIP, 0 LOADFAIL, 8 GETDATAFAIL, 8 CREATEFAIL.
The single passing file (
ksuite/k016a_Miscellaneous_Fields.xml) was already pinned, so no new paths are added to the baseline. The header gains a dated entry recording today's counts alongside the existing 2026-06-12 capture.Testing
make test-api-roundtrippasses (1 pinned, 0 failed)make checkpasses (fmt-check clean)References
Generated by Claude Code