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

dcdpr / jp / 24518028459
67%

Build:
DEFAULT BRANCH: main
Ran 16 Apr 2026 03:25PM UTC
Jobs 2
Files 284
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

16 Apr 2026 03:09PM UTC coverage: 64.198% (+0.009%) from 64.189%
24518028459

push

github

web-flow
fix(storage): Skip locked conversations during sanitization (#567)

During workspace sanitization, invalid conversation directories are
normally trashed. However, this creates a race condition when two
processes are running concurrently: process A creates a conversation
directory (e.g. for `QUERY_MESSAGE.md` while the editor is open) but
hasn't persisted `metadata.json` yet, and process B's sanitization
deletes it because it looks invalid.

To fix this, a new `is_conversation_locked` method is added to
`Storage`, which returns `true` if a live (non-orphaned) lock file
exists for a given conversation ID. During sanitization, any invalid
conversation directory that is currently locked is skipped with a
`debug`-level log entry instead of being trashed.

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

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

141 existing lines in 2 files now uncovered.

22698 of 35356 relevant lines covered (64.2%)

417.09 hits per line

Coverage Regressions

Lines Coverage ∆ File
116
76.15
-0.16% crates/jp_llm/src/provider/openai.rs
25
39.74
1.11% crates/jp_openrouter/src/responses.rs
Jobs
ID Job ID Ran Files Coverage
1 24518028459.1 16 Apr 2026 03:25PM UTC 284
64.2
GitHub Action Run
2 24518028459.2 16 Apr 2026 05:08PM UTC 284
64.2
GitHub Action Run
Source Files on build 24518028459
  • Tree
  • List 284
  • Changed 4
  • Source Changed 4
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #24518028459
  • d8f9ebce on github
  • Prev Build on main (#24518011221)
  • Next Build on main (#24529090111)
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