fix(docs): the audit trail brought nineteen more tests - #29
Merged
Merged
Conversation
The HCS audit trail added 19 vitest cases, which moved the suite 239 -> 258 the moment it merged -- so the figure corrected two commits earlier was stale again before anyone read it. Re-measured rather than inferred: `yarn vitest run` reports 258 across 14 files, `yarn hardhat:test` still 64. Seven places carried the old number, including the homepage stat and the /judge table -- the two a judge sees first. This is the third time this number has drifted. It drifts because it is written by hand in seven places and produced by a command in one.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
The HCS audit trail (#28) added 19 vitest cases, moving the suite 239 → 258 the moment it merged — so the figure corrected in #24 was stale again before anyone read it. This is the follow-up flagged in the merge-order note on #28.
Re-measured, not inferred:
Seven places carried the old number, including the homepage stat block and the
/judgetable — the two a judge sees first.This number has now drifted three times. It drifts because it is written by hand in seven places and produced by a command in one. Worth considering a generated badge or a test that asserts the documented figure matches the suite, so the docs cannot silently disagree with the runner again.