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

ruby-grape / grape / 23954792859 / 6
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 7s
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.523% (-0.08%) from 95.605%
23954792859.6

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

1049 of 1164 branches covered (90.12%)

Branch coverage included in aggregate %.

3304 of 3393 relevant lines covered (97.38%)

1037.79 hits per line

Source Files on job run-3.3-gemfiles/rack_2_2.gemfile - 23954792859.6
  • 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.9)
  • 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