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

stephenafamo / bob / 27473518136
47%
main: 47%

Build:
Build:
LAST BUILD BRANCH: perf/loader-eq-any-composite_index
DEFAULT BRANCH: main
Ran 13 Jun 2026 05:22PM UTC
Jobs 2
Files 251
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

13 Jun 2026 05:06PM UTC coverage: 46.709%. Remained the same
27473518136

Pull #714

github

sandonemaki
perf(gen): use col = ANY($1) for single-column relationship loaders on psql

Generated <Parent>Slice relationship queries and the batch count method
LoadCount<Rel> filtered children with `fk IN (SELECT unnest(CAST($1 AS T[])))`.
For a single join column on PostgreSQL, emit `fk = ANY(CAST($1 AS T[]))`
instead, so the planner can use an index scan on the FK rather than a
Seq Scan + Hash Semi Join. Composite keys keep the original unnest-IN form.
Pull Request #714: perf(gen): use col = ANY(\$1) for single-column relationship loaders on psql

11562 of 24753 relevant lines covered (46.71%)

703.83 hits per line

Jobs
ID Job ID Ran Files Coverage
1 go-stable - 27473518136.1 13 Jun 2026 05:25PM UTC 251
46.71
GitHub Action Run
2 go-oldstable - 27473518136.2 13 Jun 2026 05:22PM UTC 251
46.71
GitHub Action Run
Source Files on build 27473518136
  • Tree
  • List 251
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #714
  • PR Base - main (#27344454189)
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