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

ruby-grape / grape / 25859964948
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: robust_mounted_app_comparison
DEFAULT BRANCH: master
Ran 14 May 2026 12:28PM UTC
Jobs 37
Files 159
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

14 May 2026 12:27PM UTC coverage: 97.052% (+0.001%) from 97.051%
25859964948

Pull #2715

github

ericproulx
Normalize == / eql? aliasing across value-like classes

Several classes defined `==` without aliasing it to `eql?`, leaving
hash-table membership (`include?`, `Set`, `Hash` keys) inconsistent with
their custom equality. Normalize every value-like class to the same
shape: `def ==(other); ...; end; alias eql? ==`.

- middleware/stack.rb (Stack::Middleware): add `alias eql? ==`.
- serve_stream/stream_response.rb: same.
- serve_stream/file_body.rb: same.
- util/media_type.rb: collapse the `def ==(other); eql?(other); end`
  trampoline + separate `def eql?` into a single `==` body with
  `alias eql? ==`. Same behaviour, less indirection.
- exceptions/error_response.rb: same collapse.
- namespace.rb: flip from `def eql? ... alias == eql?` to
  `def == ... alias eql? ==` so the project follows one direction
  consistently.

`endpoint.rb` already used the canonical pattern; left untouched.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Pull Request #2715: Normalize == / eql? aliasing across value-like classes

1075 of 1157 branches covered (92.91%)

Branch coverage included in aggregate %.

22 of 22 new or added lines in 7 files covered. (100.0%)

3468 of 3524 relevant lines covered (98.41%)

32133.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-4.0-Gemfile - 25859964948.1 14 May 2026 12:28PM UTC 158
95.76
GitHub Action Run
2 run-3.4-gemfiles/rails_8_0.gemfile - 25859964948.2 14 May 2026 12:29PM UTC 159
95.76
GitHub Action Run
3 run-3.3-gemfiles/rack_3_0.gemfile - 25859964948.3 14 May 2026 12:28PM UTC 158
95.74
GitHub Action Run
4 run-3.3-gemfiles/rack_2_2.gemfile - 25859964948.4 14 May 2026 12:28PM UTC 158
95.7
GitHub Action Run
5 run-3.4-gemfiles/rails_8_1.gemfile - 25859964948.5 14 May 2026 12:28PM UTC 159
95.76
GitHub Action Run
6 run-4.0-gemfiles/multi_json.gemfile - 25859964948.6 14 May 2026 12:28PM UTC 158
36.32
GitHub Action Run
7 run-3.2-gemfiles/rack_3_0.gemfile - 25859964948.7 14 May 2026 12:28PM UTC 158
95.78
GitHub Action Run
8 run-4.0-gemfiles/rails_8_0.gemfile - 25859964948.8 14 May 2026 12:29PM UTC 159
95.76
GitHub Action Run
9 run-4.0-gemfiles/rack_3_2.gemfile - 25859964948.9 14 May 2026 12:29PM UTC 158
95.76
GitHub Action Run
10 run-3.4-gemfiles/rack_2_2.gemfile - 25859964948.10 14 May 2026 12:29PM UTC 158
95.72
GitHub Action Run
11 run-3.2-gemfiles/rails_8_0.gemfile - 25859964948.11 14 May 2026 12:28PM UTC 159
95.79
GitHub Action Run
12 run-3.3-gemfiles/rails_8_1.gemfile - 25859964948.12 14 May 2026 12:28PM UTC 159
95.74
GitHub Action Run
13 run-4.0-gemfiles/rack_3_0.gemfile - 25859964948.13 14 May 2026 12:29PM UTC 158
95.76
GitHub Action Run
14 run-3.3-gemfiles/rack_3_2.gemfile - 25859964948.14 14 May 2026 12:28PM UTC 158
95.74
GitHub Action Run
15 run-3.3-gemfiles/rack_3_1.gemfile - 25859964948.15 14 May 2026 12:28PM UTC 158
95.74
GitHub Action Run
16 run-3.2-gemfiles/rack_3_2.gemfile - 25859964948.16 14 May 2026 12:28PM UTC 158
95.78
GitHub Action Run
17 run-3.4-gemfiles/rack_3_0.gemfile - 25859964948.17 14 May 2026 12:28PM UTC 158
95.76
GitHub Action Run
18 run-3.4-gemfiles/rack_3_1.gemfile - 25859964948.18 14 May 2026 12:29PM UTC 158
95.76
GitHub Action Run
19 run-3.2-gemfiles/rack_2_2.gemfile - 25859964948.19 14 May 2026 12:28PM UTC 158
95.74
GitHub Action Run
20 run-4.0-gemfiles/rails_8_1.gemfile - 25859964948.20 14 May 2026 12:29PM UTC 159
95.76
GitHub Action Run
21 run-3.2-gemfiles/rack_3_1.gemfile - 25859964948.21 14 May 2026 12:28PM UTC 158
95.78
GitHub Action Run
22 run-4.0-gemfiles/grape_entity.gemfile - 25859964948.22 14 May 2026 12:29PM UTC 158
50.19
GitHub Action Run
23 run-4.0-gemfiles/rails_7_2.gemfile - 25859964948.23 14 May 2026 12:29PM UTC 159
95.76
GitHub Action Run
24 run-4.0-gemfiles/multi_xml.gemfile - 25859964948.24 14 May 2026 12:29PM UTC 158
36.32
GitHub Action Run
25 run-3.2-gemfiles/rails_8_1.gemfile - 25859964948.25 14 May 2026 12:28PM UTC 159
95.79
GitHub Action Run
26 run-3.4-gemfiles/rails_7_2.gemfile - 25859964948.26 14 May 2026 12:29PM UTC 159
95.76
GitHub Action Run
27 run-3.3-Gemfile - 25859964948.27 14 May 2026 12:29PM UTC 158
95.74
GitHub Action Run
28 run-3.4-Gemfile - 25859964948.28 14 May 2026 12:29PM UTC 158
95.76
GitHub Action Run
29 run-3.3-gemfiles/rails_7_2.gemfile - 25859964948.29 14 May 2026 12:28PM UTC 159
95.74
GitHub Action Run
30 run-3.2-gemfiles/rails_7_2.gemfile - 25859964948.30 14 May 2026 12:29PM UTC 159
95.79
GitHub Action Run
31 run-3.2-Gemfile - 25859964948.31 14 May 2026 12:28PM UTC 158
95.78
GitHub Action Run
32 run-4.0-gemfiles/dry_validation.gemfile - 25859964948.32 14 May 2026 12:29PM UTC 158
58.31
GitHub Action Run
33 run-4.0-gemfiles/rack_3_1.gemfile - 25859964948.33 14 May 2026 12:29PM UTC 158
95.76
GitHub Action Run
34 run-3.4-gemfiles/rack_3_2.gemfile - 25859964948.34 14 May 2026 12:29PM UTC 158
95.76
GitHub Action Run
35 run-3.3-gemfiles/rails_8_0.gemfile - 25859964948.35 14 May 2026 12:29PM UTC 159
95.74
GitHub Action Run
36 run-4.0-gemfiles/hashie.gemfile - 25859964948.36 14 May 2026 12:28PM UTC 158
62.81
GitHub Action Run
37 run-4.0-gemfiles/rack_2_2.gemfile - 25859964948.37 14 May 2026 12:29PM UTC 158
95.72
GitHub Action Run
Source Files on build 25859964948
  • Tree
  • List 159
  • Changed 6
  • Source Changed 6
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25859964948
  • Pull Request #2715
  • PR Base - master (#25854383996)
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