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

rogerpadilla / uql / 29037071801
95%

Build:
DEFAULT BRANCH: main
Ran 09 Jul 2026 05:28PM UTC
Jobs 1
Files 112
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

09 Jul 2026 05:26PM UTC coverage: 94.919% (+0.008%) from 94.911%
29037071801

push

github

rogerpadilla
feat(uql-orm): captureContext() and per-unit-of-work context on the pool

AsyncLocalStorage does not propagate into emitter/timer/queue callbacks, so
ambient-only context made event-driven apps wrap every call tree. Two additions
close that, each scoped differently from withContext (which scopes a span):

- captureContext(): capture the ambient context once and replay it where a
  callback later fires (browser stub keeps API parity; both bodies identical).
- pool.withQuerier(cb, { context }) / pool.transaction(cb, { context }): run a
  single unit of work under an explicit context when the tenant is known
  locally, with no ambient wiring.

Also documents the onInsert-from-context pattern for stamping a tenant column
on insert. CHANGELOG: 0.14.1.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

3238 of 3585 branches covered (90.32%)

Branch coverage included in aggregate %.

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

5616 of 5743 relevant lines covered (97.79%)

384.66 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29037071801.1 09 Jul 2026 05:28PM UTC 112
94.92
GitHub Action Run
Source Files on build 29037071801
  • Tree
  • List 112
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #29037071801
  • 5d6e8304 on github
  • Prev Build on main (#28990276955)
  • Next Build on main (#29037510314)
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