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

ruby-grape / grape / 26754793706
97%

Build:
DEFAULT BRANCH: master
Ran 01 Jun 2026 12:26PM UTC
Jobs 30
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:26PM UTC coverage: 96.839% (+0.002%) from 96.837%
26754793706

push

github

web-flow
Lazy-allocate ParamScopeTracker's identity hashes (#2753)

ParamScopeTracker eagerly built two {}.compare_by_identity hashes in its
constructor, so every validating request allocated both even though many
validators (presence, coercion of flat params) never touch either tracker.

Replace the eager initialize with memoized private accessors that allocate
each hash on first use. Behaviour is unchanged: reads still return nil /
EMPTY_PARAMS when nothing was stored.

In a mixed-endpoint memory_profiler run this drops the two allocation sites
from ~1,900 to ~500 objects each (~0.72 MB / ~2,800 fewer objects overall).

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

1114 of 1205 branches covered (92.45%)

Branch coverage included in aggregate %.

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

3542 of 3603 relevant lines covered (98.31%)

23240.13 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.4-gemfiles/rack_2_2.gemfile - 26754793706.1 01 Jun 2026 12:26PM UTC 165
95.61
GitHub Action Run
2 run-3.3-gemfiles/rack_2_2.gemfile - 26754793706.2 01 Jun 2026 12:27PM UTC 165
95.61
GitHub Action Run
3 run-4.0-gemfiles/dry_validation.gemfile - 26754793706.3 01 Jun 2026 12:26PM UTC 165
58.43
GitHub Action Run
4 run-4.0-gemfiles/hashie.gemfile - 26754793706.4 01 Jun 2026 12:26PM UTC 165
62.58
GitHub Action Run
5 run-3.4-gemfiles/rack_3_0.gemfile - 26754793706.5 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
6 run-3.3-gemfiles/rack_3_0.gemfile - 26754793706.6 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
7 run-4.0-gemfiles/multi_json.gemfile - 26754793706.7 01 Jun 2026 12:26PM UTC 165
37.13
GitHub Action Run
8 run-3.3-Gemfile - 26754793706.8 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
9 run-4.0-gemfiles/rack_3_2.gemfile - 26754793706.9 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
10 run-3.3-gemfiles/rails_8_0.gemfile - 26754793706.10 01 Jun 2026 12:27PM UTC 166
95.65
GitHub Action Run
11 run-4.0-gemfiles/multi_xml.gemfile - 26754793706.11 01 Jun 2026 12:26PM UTC 165
37.13
GitHub Action Run
12 run-4.0-gemfiles/rails_8_0.gemfile - 26754793706.12 01 Jun 2026 12:26PM UTC 166
95.65
GitHub Action Run
13 run-4.0-gemfiles/rack_2_2.gemfile - 26754793706.13 01 Jun 2026 12:26PM UTC 165
95.61
GitHub Action Run
14 run-4.0-gemfiles/rack_3_1.gemfile - 26754793706.14 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
15 run-4.0-gemfiles/grape_swagger.gemfile - 26754793706.15 01 Jun 2026 12:26PM UTC 165
55.37
GitHub Action Run
16 run-3.4-gemfiles/rack_3_1.gemfile - 26754793706.16 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
17 run-3.4-gemfiles/rails_8_1.gemfile - 26754793706.17 01 Jun 2026 12:27PM UTC 166
95.65
GitHub Action Run
18 run-3.4-gemfiles/rails_8_0.gemfile - 26754793706.18 01 Jun 2026 12:26PM UTC 166
95.65
GitHub Action Run
19 run-3.3-gemfiles/rails_7_2.gemfile - 26754793706.19 01 Jun 2026 12:27PM UTC 166
95.65
GitHub Action Run
20 run-4.0-gemfiles/rack_3_0.gemfile - 26754793706.20 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
21 run-3.4-gemfiles/rack_3_2.gemfile - 26754793706.21 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
22 run-4.0-gemfiles/rails_8_1.gemfile - 26754793706.22 01 Jun 2026 12:26PM UTC 166
95.65
GitHub Action Run
23 run-3.4-gemfiles/rails_7_2.gemfile - 26754793706.23 01 Jun 2026 12:26PM UTC 166
95.65
GitHub Action Run
24 run-3.3-gemfiles/rack_3_2.gemfile - 26754793706.24 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
25 run-4.0-gemfiles/grape_entity.gemfile - 26754793706.25 01 Jun 2026 12:26PM UTC 165
50.37
GitHub Action Run
26 run-3.4-Gemfile - 26754793706.26 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
27 run-3.3-gemfiles/rails_8_1.gemfile - 26754793706.27 01 Jun 2026 12:26PM UTC 166
95.65
GitHub Action Run
28 run-4.0-gemfiles/rails_7_2.gemfile - 26754793706.28 01 Jun 2026 12:26PM UTC 166
95.65
GitHub Action Run
29 run-3.3-gemfiles/rack_3_1.gemfile - 26754793706.29 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
30 run-4.0-Gemfile - 26754793706.30 01 Jun 2026 12:26PM UTC 165
95.65
GitHub Action Run
Source Files on build 26754793706
  • 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 #26754793706
  • eb484f69 on github
  • Prev Build on master (#26754256824)
  • Next Build on master (#26755015790)
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