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

rogerpadilla / uql / 30098545976
97%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 01:52PM UTC
Jobs 1
Files 115
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

24 Jul 2026 01:50PM UTC coverage: 95.028%. Remained the same
30098545976

push

github

rogerpadilla
fix(test): avoid mid-hook connection churn and batch DDL in beforeAll

querier.transaction() releases the connection back to the pool when it
finishes, which is wrong for helpers that run mid-hook: clearTables (in
beforeEach) was silently forcing an extra reserve/release cycle before the
test body even ran. Switch to the low-level begin/commit/rollback primitives,
which don't touch the connection lifecycle, and apply the same batching to
dropTables/createTables in beforeAll - previously 34 serial DDL round-trips,
now 2 transactions.

This is what was actually timing out in CI, not clearTables: bun reported
the whole BunCockroachIt suite as a single "(unnamed)" beforeAll failure with
zero of its 60 tests running, not one flaky test among many passing.

3328 of 3676 branches covered (90.53%)

Branch coverage included in aggregate %.

5732 of 5858 relevant lines covered (97.85%)

600.14 hits per line

Jobs
ID Job ID Ran Files Coverage
1 30098545976.1 24 Jul 2026 01:52PM UTC 115
95.03
GitHub Action Run
Source Files on build 30098545976
  • Tree
  • List 115
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30098545976
  • 14eedaff on github
  • Prev Build on main (#30096751079)
  • Next Build on main (#30124869988)
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