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

andgineer / llmbroker / 29641690523
96%

Build:
DEFAULT BRANCH: main
Ran 18 Jul 2026 10:58AM UTC
Jobs 1
Files 41
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

18 Jul 2026 10:53AM UTC coverage: 97.052%. Remained the same
29641690523

push

github

claude
docs: SQLite journal_mode/WAL is the file owner's responsibility

Document that llmbroker never sets or changes SQLite journal_mode: the
normal setup is one database shared by the broker and the host
application, and WAL is a persistent, file-level property owned by
whoever owns the file. On a shared file the host owns it; a host that
writes heavily can give the broker its own .db to stop contending on
SQLite's file-level lock, and then owns WAL on that file directly.

Add a spec guard (decisions.md) recording this as deliberate so future
edits don't add an unconditional PRAGMA journal_mode=WAL or a
configurable busy_timeout to the SQLite driver — the driver gets only a
path and cannot tell a shared file from a broker-only one, so flipping
journal mode would silently change a shared file's mode.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_013Z6NJJDGqFxWGKnC2fGkHq

1975 of 2035 relevant lines covered (97.05%)

0.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29641690523.1 18 Jul 2026 10:58AM UTC 41
97.05
GitHub Action Run
Source Files on build 29641690523
  • Tree
  • List 41
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29641690523
  • fc9fa578 on github
  • Prev Build on main (#29146182396)
  • Next Build on main (#29650066040)
  • Delete
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