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

ruby-grape / grape / 23954792859 / 5
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: fix_gh_workflow_annotations_warnings
DEFAULT BRANCH: master
Ran 03 Apr 2026 05:11PM UTC
Files 150
Run time 5s
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

03 Apr 2026 05:08PM UTC coverage: 95.589% (-0.08%) from 95.67%
23954792859.5

Pull #2672

github

ericproulx
Avoid array allocation in DSL::Parameters#with

Replace `[@group, opts].compact.reduce(&:deep_merge)` with
`@group&.deep_merge(opts) || opts` to avoid allocating a temporary
array on every `with` block call.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Pull Request #2672: Avoid array allocation in DSL::Parameters#with

1050 of 1162 branches covered (90.36%)

Branch coverage included in aggregate %.

3306 of 3395 relevant lines covered (97.38%)

1035.11 hits per line

Source Files on job run-3.4-gemfiles/rack_3_2.gemfile - 23954792859.5
  • Tree
  • List 150
  • Changed 27
  • Source Changed 27
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23954792859
  • cbe03558 on github
  • Prev Job for on ruby_optimizations (#23722739099.2)
  • Next Job for on ruby_optimizations (#23954809199.31)
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