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

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

Build:
Build:
LAST BUILD BRANCH: robust_mounted_app_comparison
DEFAULT BRANCH: master
Ran 14 May 2026 12:31PM 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:31PM UTC coverage: 97.054% (+0.003%) from 97.051%
25860130127

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 %.

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

3471 of 3527 relevant lines covered (98.41%)

32107.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-4.0-gemfiles/dry_validation.gemfile - 25860130127.1 14 May 2026 12:32PM UTC 158
58.31
GitHub Action Run
2 run-3.4-gemfiles/rack_2_2.gemfile - 25860130127.2 14 May 2026 12:32PM UTC 158
95.72
GitHub Action Run
3 run-3.4-gemfiles/rack_3_2.gemfile - 25860130127.3 14 May 2026 12:31PM UTC 158
95.76
GitHub Action Run
4 run-3.2-gemfiles/rails_8_1.gemfile - 25860130127.4 14 May 2026 12:32PM UTC 159
95.79
GitHub Action Run
5 run-3.2-gemfiles/rails_7_2.gemfile - 25860130127.5 14 May 2026 12:32PM UTC 159
95.79
GitHub Action Run
6 run-3.2-gemfiles/rack_3_0.gemfile - 25860130127.6 14 May 2026 12:31PM UTC 158
95.79
GitHub Action Run
7 run-3.3-gemfiles/rails_8_1.gemfile - 25860130127.7 14 May 2026 12:32PM UTC 159
95.75
GitHub Action Run
8 run-3.3-gemfiles/rails_8_0.gemfile - 25860130127.8 14 May 2026 12:32PM UTC 159
95.75
GitHub Action Run
9 run-4.0-gemfiles/rack_3_0.gemfile - 25860130127.9 14 May 2026 12:32PM UTC 158
95.76
GitHub Action Run
10 run-4.0-gemfiles/grape_entity.gemfile - 25860130127.10 14 May 2026 12:31PM UTC 158
50.2
GitHub Action Run
11 run-4.0-gemfiles/multi_json.gemfile - 25860130127.11 14 May 2026 12:32PM UTC 158
36.34
GitHub Action Run
12 run-3.3-gemfiles/rack_3_1.gemfile - 25860130127.12 14 May 2026 12:32PM UTC 158
95.74
GitHub Action Run
13 run-3.4-gemfiles/rack_3_0.gemfile - 25860130127.13 14 May 2026 12:32PM UTC 158
95.76
GitHub Action Run
14 run-4.0-Gemfile - 25860130127.14 14 May 2026 12:32PM UTC 158
95.76
GitHub Action Run
15 run-4.0-gemfiles/rack_3_2.gemfile - 25860130127.15 14 May 2026 12:32PM UTC 158
95.76
GitHub Action Run
16 run-4.0-gemfiles/hashie.gemfile - 25860130127.16 14 May 2026 12:32PM UTC 158
62.81
GitHub Action Run
17 run-3.4-gemfiles/rails_7_2.gemfile - 25860130127.17 14 May 2026 12:32PM UTC 159
95.77
GitHub Action Run
18 run-3.3-gemfiles/rails_7_2.gemfile - 25860130127.18 14 May 2026 12:32PM UTC 159
95.75
GitHub Action Run
19 run-4.0-gemfiles/rails_8_0.gemfile - 25860130127.19 14 May 2026 12:32PM UTC 159
95.77
GitHub Action Run
20 run-3.3-gemfiles/rack_3_0.gemfile - 25860130127.20 14 May 2026 12:32PM UTC 158
95.74
GitHub Action Run
21 run-3.3-gemfiles/rack_2_2.gemfile - 25860130127.21 14 May 2026 12:32PM UTC 158
95.7
GitHub Action Run
22 run-3.4-gemfiles/rails_8_1.gemfile - 25860130127.22 14 May 2026 12:31PM UTC 159
95.77
GitHub Action Run
23 run-4.0-gemfiles/rails_7_2.gemfile - 25860130127.23 14 May 2026 12:32PM UTC 159
95.77
GitHub Action Run
24 run-3.2-gemfiles/rack_3_2.gemfile - 25860130127.24 14 May 2026 12:32PM UTC 158
95.79
GitHub Action Run
25 run-3.4-gemfiles/rack_3_1.gemfile - 25860130127.25 14 May 2026 12:32PM UTC 158
95.76
GitHub Action Run
26 run-3.3-gemfiles/rack_3_2.gemfile - 25860130127.26 14 May 2026 12:32PM UTC 158
95.74
GitHub Action Run
27 run-4.0-gemfiles/rack_2_2.gemfile - 25860130127.27 14 May 2026 12:32PM UTC 158
95.72
GitHub Action Run
28 run-4.0-gemfiles/rails_8_1.gemfile - 25860130127.28 14 May 2026 12:32PM UTC 159
95.77
GitHub Action Run
29 run-3.2-gemfiles/rails_8_0.gemfile - 25860130127.29 14 May 2026 12:32PM UTC 159
95.79
GitHub Action Run
30 run-3.3-Gemfile - 25860130127.30 14 May 2026 12:32PM UTC 158
95.74
GitHub Action Run
31 run-3.4-Gemfile - 25860130127.31 14 May 2026 12:31PM UTC 158
95.76
GitHub Action Run
32 run-3.2-Gemfile - 25860130127.32 14 May 2026 12:32PM UTC 158
95.79
GitHub Action Run
33 run-3.2-gemfiles/rack_3_1.gemfile - 25860130127.33 14 May 2026 12:31PM UTC 158
95.79
GitHub Action Run
34 run-4.0-gemfiles/multi_xml.gemfile - 25860130127.34 14 May 2026 12:32PM UTC 158
36.34
GitHub Action Run
35 run-4.0-gemfiles/rack_3_1.gemfile - 25860130127.35 14 May 2026 12:32PM UTC 158
95.76
GitHub Action Run
36 run-3.4-gemfiles/rails_8_0.gemfile - 25860130127.36 14 May 2026 12:32PM UTC 159
95.77
GitHub Action Run
37 run-3.2-gemfiles/rack_2_2.gemfile - 25860130127.37 14 May 2026 12:32PM UTC 158
95.74
GitHub Action Run
Source Files on build 25860130127
  • Tree
  • List 159
  • Changed 8
  • Source Changed 8
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #25860130127
  • 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