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

dimitarvp / xqlite / 3420f6d1a92ae4375691b8a9ed895b7e9f82d344
71%

Build:
DEFAULT BRANCH: main
Ran 17 Jul 2026 02:06PM UTC
Jobs 1
Files 31
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

17 Jul 2026 02:02PM UTC coverage: 69.728% (+0.02%) from 69.713%
3420f6d1a92ae4375691b8a9ed895b7e9f82d344

push

github

dimitarvp
split the busy handler: retry policy + observers

set_busy_handler/remove_busy_handler are gone (pre-1.0 hard break).
The busy slot now composes a single-slot retry POLICY
(set_busy_policy/remove_busy_policy — a retry decision cannot
compose) with any number of OBSERVER subscribers
(register/unregister_busy_observer), each receiving
{:xqlite_busy, retries, elapsed_ms} per contention callback, with
or without a policy installed. One C callback serves both halves;
the connection Mutex serializes mutation against callback reads, so
the slot is a plain snapshot-swap. Observation joins the telemetry
bridge as [:xqlite, :hook, :busy] (included in :all).

7 of 11 new or added lines in 3 files covered. (63.64%)

76 existing lines in 3 files now uncovered.

539 of 773 relevant lines covered (69.73%)

38.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
0.0
0.0% lib/xqlite/xqlitenif.ex
1
85.4
0.09% lib/xqlite.ex

Coverage Regressions

Lines Coverage ∆ File
48
0.0
0.0% lib/xqlite/xqlitenif.ex
17
85.4
0.09% lib/xqlite.ex
11
83.33
0.79% lib/xqlite/telemetry/bridge.ex
Jobs
ID Job ID Ran Files Coverage
1 3420f6d1a92ae4375691b8a9ed895b7e9f82d344.1 17 Jul 2026 02:06PM UTC 31
69.73
GitHub Action Run
Source Files on build 3420f6d1a92ae4375691b8a9ed895b7e9f82d344
  • Tree
  • List 31
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 3420f6d1 on github
  • Prev Build on main (#6E9613B1...)
  • Next Build on main (#8B874587...)
  • 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