• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

prisma-risk / tsoracle / 26411200598
95%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 05:01PM UTC
Jobs 1
Files 66
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

25 May 2026 04:55PM UTC coverage: 96.286%. Remained the same
26411200598

push

github

web-flow
test(fuzz): decode the openraft meta corpus through the version frame (#415)

The openraft meta column was brought under the `[SCHEMA_VERSION | postcard]`
frame in SCHEMA_VERSION v2, so `log_store::meta::read`/`put` route Vote,
Committed and LastPurged through `decode_record`/`encode_record`. But the
`openraft_meta_decode` fuzz target and the `OpenraftVote` doc still described —
and the target still executed — the pre-v2 bare-postcard path: it called
`postcard::from_bytes::<OpenraftVote>(data)`, reading the leading version byte
as Vote payload. Every Vote thus decoded one byte off, giving false coverage
for the recovery-critical, election-governing type, and the doc misled any
migration tool that trusted it.

Decode through `tsoracle_openraft_toolkit::decode::<T>(SCHEMA_VERSION, data)`
instead, mirroring the sibling `toolkit_codec_decode` target (expected-version
path plus a `data[0]` gate-escape so the postcard body is exercised for any
leading byte). Reframe the four raw-postcard seeds with the leading version
byte so they remain valid framed messages, and correct the `OpenraftVote` doc
and the target's header comment to describe the framed path.

The production read/encode path is unchanged; the pin test asserting the framed
Vote layout (`[3, 7, 3, 1]`) and the version-framed meta integration tests
already cover it.

9643 of 10015 relevant lines covered (96.29%)

553465.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 26411200598.1 25 May 2026 05:00PM UTC 66
96.29
GitHub Action Run
Source Files on build 26411200598
  • Tree
  • List 66
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26411200598
  • b10b0ae9 on github
  • Prev Build on main (#26410395975)
  • Next Build on main (#26411812236)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc