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

ruby-grape / grape / 26755015790
97%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2026 12:31PM UTC
Jobs 15
Files 166
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

01 Jun 2026 12:30PM UTC coverage: 96.797% (-0.04%) from 96.839%
26755015790

push

github

web-flow
Merge routing args in place in Router#process_route (#2754)

process_route built `args = env[GRAPE_ROUTING_ARGS] || { route_info: route }`
and then reassigned `env[GRAPE_ROUTING_ARGS] = args.merge(route_params)`, which
allocates a second Hash for every matched route that carries params.

Set the routing-args Hash once with `||=` and `merge!` the route params into it
in place, dropping the extra allocation. The resulting routing args are
identical (same keys and values); only the merge is now in-place. `route_params`
is a freshly built Hash, so nothing shared is mutated.

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

1113 of 1205 branches covered (92.37%)

Branch coverage included in aggregate %.

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

1 existing line in 1 file now uncovered.

3541 of 3603 relevant lines covered (98.28%)

9700.96 hits per line

Coverage Regressions

Lines Coverage ∆ File
1
71.43
-28.57% lib/grape/xml.rb
Jobs
ID Job ID Ran Files Coverage
1 run-3.3-gemfiles/rails_8_1.gemfile - 26755015790.1 01 Jun 2026 12:31PM UTC 166
95.65
GitHub Action Run
2 run-3.3-gemfiles/rack_3_1.gemfile - 26755015790.2 01 Jun 2026 12:31PM UTC 165
95.65
GitHub Action Run
3 run-3.3-gemfiles/rails_8_0.gemfile - 26755015790.3 01 Jun 2026 12:31PM UTC 166
95.65
GitHub Action Run
4 run-4.0-gemfiles/multi_json.gemfile - 26755015790.4 01 Jun 2026 12:31PM UTC 165
37.13
GitHub Action Run
5 run-3.4-gemfiles/rack_3_2.gemfile - 26755015790.5 01 Jun 2026 12:31PM UTC 165
95.65
GitHub Action Run
6 run-4.0-gemfiles/hashie.gemfile - 26755015790.6 01 Jun 2026 12:31PM UTC 165
62.58
GitHub Action Run
7 run-3.4-Gemfile - 26755015790.7 01 Jun 2026 12:31PM UTC 165
95.65
GitHub Action Run
8 run-4.0-gemfiles/grape_swagger.gemfile - 26755015790.8 01 Jun 2026 12:31PM UTC 165
55.37
GitHub Action Run
9 run-4.0-gemfiles/dry_validation.gemfile - 26755015790.9 01 Jun 2026 12:31PM UTC 165
58.43
GitHub Action Run
10 run-4.0-gemfiles/rack_3_1.gemfile - 26755015790.10 01 Jun 2026 12:31PM UTC 165
95.65
GitHub Action Run
11 run-4.0-gemfiles/grape_entity.gemfile - 26755015790.11 01 Jun 2026 12:31PM UTC 165
50.37
GitHub Action Run
12 run-4.0-gemfiles/rails_8_1.gemfile - 26755015790.12 01 Jun 2026 12:31PM UTC 166
95.65
GitHub Action Run
13 run-4.0-gemfiles/rack_2_2.gemfile - 26755015790.13 01 Jun 2026 12:31PM UTC 165
95.61
GitHub Action Run
14 run-3.4-gemfiles/rack_3_0.gemfile - 26755015790.14 01 Jun 2026 12:31PM UTC 165
95.65
GitHub Action Run
15 run-3.4-gemfiles/rails_7_2.gemfile - 26755015790.15 01 Jun 2026 12:31PM UTC 166
95.65
GitHub Action Run
Source Files on build 26755015790
  • Tree
  • List 166
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26755015790
  • e99f7907 on github
  • Prev Build on master (#26754793706)
  • Next Build on master (#26819478808)
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