Workspace tooling tests¶
Verification for the workspace tooling — test-coverage measurement
(Workspace test-coverage mea... (FEAT_0120)) and test-execution records (Test-execution records (FEAT_0122)). Unlike
crate tests, these are procedural verifications of developer tooling: each
describes the check, how it was executed, and the observed evidence.
The CI-facing cases (Full coverage run produces ... (TEST_0975), CI measures and publishes o... (TEST_0979)) re-execute on
every code-changing PR via .github/workflows/ci-coverage.yml; the
one-shot cases were executed at introduction (2026-07-03) and are cheap
to repeat locally.
Coverage¶
|
Inspection of the per-crate summary ( |
With |
Doc inspection: |
|
Against real baseline profile data (87.7% lines):
|
Test-execution records¶
Executed 2026-09-02: |
Building the spec against a fixture JUnit yields Executed 2026-09-02: the committed fixture
|
A medkit test carrying Executed 2026-09-02: 77 markers over 49 medkit source files resolve to
|
Over a fixture pairing a marked test with its JUnit result, the
join extension links the ingested Executed 2026-09-02: |
The emitted Executed 2026-09-02: golden |
On a code-changing pull request, CI runs the medkit Executed 2026-09-02: first run of |