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

dcdpr / jp / 20600296467
58%

Build:
DEFAULT BRANCH: main
Ran 30 Dec 2025 03:54PM UTC
Jobs 1
Files 171
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

30 Dec 2025 03:46PM UTC coverage: 50.72% (-0.5%) from 51.222%
20600296467

push

github

web-flow
feat(llm): introduce `EventChain` for stream merging (#345)

The `EventChain` utility provides a way to seamlessly chain multiple LLM
response streams. It detects when a stream ends due to reaching the
maximum token limit and prepares to merge with a subsequent stream.

By buffering the end of the previous stream and the start of the next,
it identifies overlapping content to ensure a continuous and coherent
output. This is particularly useful for long-running generations that
exceed provider-imposed token limits per request.

This module is not yet used in any provider code, but will be in a
future release.

Signed-off-by: Jean Mertz <git@jeanmertz.com>

0 of 176 new or added lines in 1 file covered. (0.0%)

9093 of 17928 relevant lines covered (50.72%)

128.26 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
176
0.0
crates/jp_llm/src/stream/chain.rs
Jobs
ID Job ID Ran Files Coverage
1 20600296467.1 30 Dec 2025 03:54PM UTC 171
50.72
GitHub Action Run
Source Files on build 20600296467
  • Tree
  • List 171
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20600296467
  • afc2f14c on github
  • Prev Build on main (#20600236900)
  • Next Build on main (#20600458708)
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