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

humanspeak / svelte-markdown / 28986474398
94%
main: 95%

Build:
Build:
LAST BUILD BRANCH: fix/shiki-out-of-extensions-barrel
DEFAULT BRANCH: main
Ran 09 Jul 2026 01:01AM UTC
Jobs 1
Files 131
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

09 Jul 2026 12:58AM UTC coverage: 94.308%. First build
28986474398

push

github

web-flow
perf(streaming): single-pass reuse array; dedupe startsWith scan (#349)

* perf(streaming): single-pass reuse array; dedupe startsWith scan

Part A (streaming-token-reuse): replace slice(0,n).concat(slice(n))
with a single preallocated fill so the common "only the tail diverged"
flush no longer materializes two intermediate slice arrays each frame.

Part B (incremental-parser): compute the append-only fact once via
isAppendOnlyUpdate and thread it into canUseTailWindow/parseSource so
source.startsWith(prevSource) runs a single time per update instead of
being recomputed inside the tail-window check.

Behavior-preserving; existing streaming-token-reuse and
incremental-parser suites unchanged. Resolves #332 residual.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs(guard): log 007 checkpoint 1 — ON TRACK

Guard oversight record for plan 007 (streaming hot-path micro-opts).
Both Part A (single-pass reuse array) and Part B (dedupe startsWith)
verified in-tree at d7addea: all Done criteria reproduced, positional
-arg trap audited clear, no test weakened or out-of-scope file touched.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs(guard): close out 007 — PASS, PR #349 opened

Final guard gate for plan 007 (streaming hot-path micro-opts). All Done
criteria re-run green at snapshot d7addea; Part A proven byte-identical
and Part B semantically identical; scope clean, plan untampered, no STOP
skipped. PR #349 opened for the reviewed snapshot — merge is operator's call.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

* docs(incremental-parser): add JSDoc to isAppendOnlyUpdate helper

Carry the file's JSDoc convention onto the new isAppendOnlyUpdate helper
(@param/@returns/@example), matching the sibling private helpers and the
src/lib/utils/*.ts path instruction. Addresses CodeRabbit review on #349.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

---------

C... (continued)

878 of 978 branches covered (89.78%)

Branch coverage included in aggregate %.

12 of 12 new or added lines in 2 files covered. (100.0%)

1458 of 1499 relevant lines covered (97.26%)

4491.5 hits per line

Jobs
ID Job ID Ran Files Coverage
1 node-22 - 28986474398.1 09 Jul 2026 01:01AM UTC 131
94.31
GitHub Action Run
Source Files on build 28986474398
  • Tree
  • List 131
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #28986474398
  • f28fa646 on github
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc