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

ruby-grape / grape / 23955158564 / 20
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: perf/skip-validation-backtrace
DEFAULT BRANCH: master
Ran 03 Apr 2026 05:21PM 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:19PM UTC coverage: 95.613% (-0.08%) from 95.694%
23955158564.20

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

1052 of 1164 branches covered (90.38%)

Branch coverage included in aggregate %.

3307 of 3395 relevant lines covered (97.41%)

1034.95 hits per line

Source Files on job run-3.2-gemfiles/rack_3_2.gemfile - 23955158564.20
  • Tree
  • List 150
  • Changed 28
  • Source Changed 28
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 23955158564
  • de2fbcb8 on github
  • Prev Job for on ruby_optimizations (#23722739099.28)
  • Next Job for on ruby_optimizations (#23978051540.4)
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