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

dcdpr / jp / 20646932657
58%

Build:
DEFAULT BRANCH: main
Ran 01 Jan 2026 10:51PM 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

01 Jan 2026 10:49PM UTC coverage: 50.171% (-0.006%) from 50.177%
20646932657

push

github

web-flow
fix(storage): prevent event loss during conversation moves (#361)

Ensure that conversation events are eagerly loaded from disk before the
storage layer deletes an old conversation directory during a move or
rename operation.

Previously, because events are loaded lazily, if a conversation was
modified (e.g., toggling `--local` or changing the title) without being
active, its event stream remained uninitialized in memory. The
persistence logic would then delete the old directory and skip writing
`events.json` to the new location because the in-memory buffer was
empty, resulting in total loss of the conversation's history.

The `Storage` layer now checks if a modified or active conversation has
missing events in memory and attempts to load them from the old path
before proceeding with the directory cleanup and write cycle.

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

4 of 9 new or added lines in 1 file covered. (44.44%)

9088 of 18114 relevant lines covered (50.17%)

126.94 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
5
49.35
-0.25% crates/jp_storage/src/lib.rs
Jobs
ID Job ID Ran Files Coverage
1 20646932657.1 01 Jan 2026 10:51PM UTC 171
50.17
GitHub Action Run
Source Files on build 20646932657
  • Tree
  • List 171
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #20646932657
  • f3413104 on github
  • Prev Build on main (#20646214712)
  • Next Build on main (#20652787190)
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