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

mroderick / codebar-planner / 22314229045
96%
master: 95%

Build:
Build:
LAST BUILD BRANCH: feature/chapters-sidebar-v3
DEFAULT BRANCH: master
Ran 23 Feb 2026 04:09PM UTC
Jobs 1
Files 175
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

23 Feb 2026 03:56PM UTC coverage: 95.643%. First build
22314229045

push

github

mroderick
fix: eager load permissions and organisers in DashboardController

Motivation:
Bullet was reporting N+1 queries on the homepage (/). The view accesses
event.organisers which requires the permissions join table to be eager loaded.

Analysis:
- The all_events method loads Event and Workshop objects that need
  organisers and permissions preloaded
- Also fixed Meeting eager loading to include permissions
- Changed from includes() to eager_load() to handle nested through-associations
  (organisers goes through permissions)

Before: N+1 queries per event for organisers
After: Single query with JOIN on permissions table.

6 of 6 new or added lines in 1 file covered. (100.0%)

3315 of 3466 relevant lines covered (95.64%)

45.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 22314229045.1 23 Feb 2026 04:09PM UTC 1050
70.77
GitHub Action Run
Source Files on build 22314229045
  • Tree
  • List 175
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #22314229045
  • ac423bb3 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