• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
You are now the owner of this repo.

mroderick / codebar-planner
96%
master: 96%

Build:
Build:
LAST BUILD BRANCH: feature/add-eligible-methods-to-chapter
DEFAULT BRANCH: master
Repo Added 11 Jul 2025 08:20PM UTC
Token vPb66DExHmn8kKCIdxCr3cvXvGCjXCICV regen
Build 143 Last
Files 182
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

LAST BUILD ON BRANCH feature/add-eligible-methods-to-chapter
branch: SELECT
CHANGE BRANCH
x
Sync Branches
  • No branch selected
  • add-docs
  • add-editor-config
  • add-scout-apm
  • add-sitemap-generator
  • add-tests-for-2515
  • attempt-to-fix-issue-template
  • bundle-ignore-junk
  • docs/improve-workflow-documentation
  • feature/add-eligible-methods-to-chapter
  • feature/chapters-sidebar-v3
  • feature/chapters-sidebar-viewcomponent
  • feature/events-upcoming-past
  • feature/homepage-events-limit
  • feature/meeting-organisers-tomselect
  • feature/plausible-analytics
  • feature/seeds-performance-data
  • feature/tom-select-meeting-invitations
  • feature/tom-select-member-search
  • feature/tom-select-member-search-clean
  • feature/tom-select-member-search-final
  • fix-broken-chosen
  • fix-duplicate-waiting-list-entries
  • fix-error-656-undefined-method-event-for-nil
  • fix-member-details-validation-order
  • fix-missing-authentication-error-translation
  • fix/cookie-serializer-migration
  • fix/dashboard-eager-loading
  • fix/deduplicate-chapter-members
  • fix/duplicate-workshop-invitations
  • fix/event-description-xss-vulnerability
  • fix/events-controller-fixes
  • fix/events-sponsors-eager-loading
  • fix/find-by-nil-errors
  • fix/find-by-nil-errors-v2
  • fix/flaky-homepage-test
  • fix/flaky-listable-tests
  • fix/homepage-n-plus-one-eager-loading
  • fix/homepage-performance
  • fix/invalid-emails
  • fix/invitation-log-entry-unique-constraint
  • fix/invitation-log-retry-handling
  • fix/invitation-log-retry-v2
  • fix/member-attending-cache
  • fix/pagy-deprecation
  • fix/playwright-version-mismatch
  • fix/render-not-found-json-error
  • fix/subscription-unique-index
  • fix/time-dependent-flaky-tests
  • fix/workshop-invitation-resilience
  • freeze-postgres-version
  • imagemagick-check
  • improve-intro-text
  • improve-language
  • improve-og-tags
  • improve-repository-configs
  • increase-delayed-job-max-runtime
  • issue-2367-workshop-feedback
  • issue-2445
  • link-to-chapters-from-pills
  • lock-gem-platforms
  • make-event-rendering-faster
  • master
  • no-og-tags-on-admin
  • optimise-images
  • params-expect
  • policy-tests
  • pr/fix-find-by-nil-errors
  • remove-2024-impact-report-banner
  • remove-bootsnap
  • remove-go-squared
  • remove-google-analytics
  • remove-meta-partial
  • remove-puma-cluster-mode-config
  • remove-skylight
  • remove-twitter
  • remove-unused-i18n-features
  • remove-unused-new-relic
  • replace-claude-md-with-agents-md
  • speedup-ci-tests
  • stop-pinning-image-processing
  • stop-using-update-attribute
  • update-year-for-impact-report
  • upgrade-ruby
  • use-playwright
  • use-rails-7-1-defaults
  • workshop-invitation-controller

16 Apr 2026 07:44PM UTC coverage: 95.57%. First build
24530543495

push

github

mroderick
feat(admin): show eligible and total member counts in admin pages

Update admin chapter and group pages to display both eligible member

counts (accepted TOC, not banned) and total member counts. This gives

organisers visibility into how many members can actually receive

workshop invitations.

- Chapter page: Shows eligible and total counts for each group

- Group page: Shows eligible and total counts in the members header

3495 of 3657 relevant lines covered (95.57%)

46.21 hits per line

Relevant lines Covered
Build:
Build:
3657 RELEVANT LINES 3495 COVERED LINES
46.21 HITS PER LINE
Source Files on master
  • Tree
  • List 182
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
24530543495 feature/add-eligible-methods-to-chapter feat(admin): show eligible and total member counts in admin pages Update admin chapter and group pages to display both eligible member counts (accepted TOC, not banned) and total member counts. This gives organisers visibility into how many mem... push 16 Apr 2026 07:50PM UTC mroderick github
95.57
24528629649 fix/duplicate-workshop-invitations fix(invitations): prevent duplicate workshop invitation emails push 16 Apr 2026 07:06PM UTC mroderick github
95.55
24528308026 fix/duplicate-workshop-invitations fix(tests): update test to match implementation change push 16 Apr 2026 06:59PM UTC mroderick github
95.55
24498973736 fix/flaky-homepage-test fix(test): wrap flaky homepage tests in travel_to blocks Fix time-dependent flaky tests by wrapping scenarios in travel_to blocks. The issue was that fabricator timestamps are evaluated at file load time, while the upcoming scope compares agains... push 16 Apr 2026 08:02AM UTC mroderick github
95.56
24497432815 fix/find-by-nil-errors-v2 fix: use find_by! to return 404 for invalid tokens - Changed find_by to find_by! in before_action set_* methods to raise ActiveRecord::RecordNotFound (which Rails converts to 404) instead of returning nil and causing NoMethodError High prior... push 16 Apr 2026 07:23AM UTC mroderick github
95.56
24497116446 fix/find-by-nil-errors-v2 chore: remove accidentally added worktree submodule push 16 Apr 2026 07:20AM UTC mroderick github
95.06
24388053531 fix/invalid-emails refactor: use RSpec helper spec pattern for EmailHeaderHelper Use type: :helper to include EmailHeaderHelper automatically, making the spec more idiomatic. Removed verbose anonymous class construction. push 14 Apr 2026 08:09AM UTC mroderick github
95.57
24387616624 master Merge pull request #2566 from mroderick/feature/tom-select-meeting-invitations Replace Chosen.js with TomSelect for meeting invitations push 14 Apr 2026 08:00AM UTC web-flow github
95.56
24387638119 feature/meeting-organisers-tomselect feat: replace Member.all with TomSelect for meeting organisers - Add organisers field to TomSelect initialization with remove_button plugin - Pre-populate existing organisers on edit form using options_for_select - Add remove_from_tom_select test... push 14 Apr 2026 07:58AM UTC mroderick github
95.56
24353712796 fix/invalid-emails fix: validate email format and add defensive mailer checks - Add email format validation to Member model (conditional on can_log_in) - Add defensive validation in EmailHeaderHelper with warning logs - Add tests for email format validation - Add t... push 13 Apr 2026 04:30PM UTC mroderick github
95.57
See All Builds (141)

Badge your Repo: codebar-planner

We detected this repo isn’t badged! Grab the embed code to the right, add it to your repo to show off your code coverage, and when the badge is live hit the refresh button to remove this message.

Could not find badge in README.

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

Refresh
  • Settings
  • Repo on GitHub
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