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

mroderick / codebar-planner / 22257860652 / 1
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: clean-test-optimizations
DEFAULT BRANCH: master
Ran 21 Feb 2026 01:48PM UTC
Files 1050
Run time 28s
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

21 Feb 2026 01:43PM UTC coverage: 70.54%. First build
22257860652.1

push

github

mroderick
fix: eager load sponsors and sponsorships in EventsController

Motivation:
Bullet was reporting N+1 queries when rendering the events index page.
The view calls event.sponsors which requires the sponsorships join table
to be eager loaded.

Analysis:
- Before: N+1 query per event for sponsors
- After: Single query with LEFT OUTER JOIN on sponsorships

This applies to both upcoming and past events queries in the index action.

14496 of 20550 relevant lines covered (70.54%)

7.45 hits per line

Source Files on job 22257860652.1
  • Tree
  • List 1050
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 22257860652
  • 94348d06 on github
  • Delete
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