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

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

Build:
Build:
LAST BUILD BRANCH: robust_mounted_app_comparison
DEFAULT BRANCH: master
Ran 14 May 2026 12:26PM UTC
Jobs 37
Files 159
Run time 2min
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:26PM UTC coverage: 97.052% (+0.001%) from 97.051%
25859921630

push

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>

1075 of 1157 branches covered (92.91%)

Branch coverage included in aggregate %.

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

3468 of 3524 relevant lines covered (98.41%)

32133.82 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.2-gemfiles/rack_3_0.gemfile - 25859921630.1 14 May 2026 12:27PM UTC 158
95.78
GitHub Action Run
2 run-3.3-Gemfile - 25859921630.2 14 May 2026 12:27PM UTC 158
95.74
GitHub Action Run
3 run-4.0-gemfiles/multi_xml.gemfile - 25859921630.3 14 May 2026 12:26PM UTC 158
36.32
GitHub Action Run
4 run-3.4-Gemfile - 25859921630.4 14 May 2026 12:27PM UTC 158
95.76
GitHub Action Run
5 run-3.3-gemfiles/rack_2_2.gemfile - 25859921630.5 14 May 2026 12:27PM UTC 158
95.7
GitHub Action Run
6 run-4.0-gemfiles/rack_3_0.gemfile - 25859921630.6 14 May 2026 12:27PM UTC 158
95.76
GitHub Action Run
7 run-4.0-Gemfile - 25859921630.7 14 May 2026 12:27PM UTC 158
95.76
GitHub Action Run
8 run-4.0-gemfiles/dry_validation.gemfile - 25859921630.8 14 May 2026 12:27PM UTC 158
58.31
GitHub Action Run
9 run-3.4-gemfiles/rails_7_2.gemfile - 25859921630.9 14 May 2026 12:27PM UTC 159
95.76
GitHub Action Run
10 run-3.2-gemfiles/rails_8_0.gemfile - 25859921630.10 14 May 2026 12:27PM UTC 159
95.79
GitHub Action Run
11 run-3.3-gemfiles/rack_3_0.gemfile - 25859921630.11 14 May 2026 12:27PM UTC 158
95.74
GitHub Action Run
12 run-4.0-gemfiles/grape_entity.gemfile - 25859921630.12 14 May 2026 12:27PM UTC 158
50.19
GitHub Action Run
13 run-3.4-gemfiles/rack_3_2.gemfile - 25859921630.13 14 May 2026 12:27PM UTC 158
95.76
GitHub Action Run
14 run-3.3-gemfiles/rails_8_1.gemfile - 25859921630.14 14 May 2026 12:27PM UTC 159
95.74
GitHub Action Run
15 run-4.0-gemfiles/rails_8_1.gemfile - 25859921630.15 14 May 2026 12:27PM UTC 159
95.76
GitHub Action Run
16 run-3.4-gemfiles/rails_8_1.gemfile - 25859921630.16 14 May 2026 12:27PM UTC 159
95.76
GitHub Action Run
17 run-4.0-gemfiles/rails_7_2.gemfile - 25859921630.17 14 May 2026 12:27PM UTC 159
95.76
GitHub Action Run
18 run-3.2-gemfiles/rack_2_2.gemfile - 25859921630.18 14 May 2026 12:27PM UTC 158
95.74
GitHub Action Run
19 run-3.2-gemfiles/rails_8_1.gemfile - 25859921630.19 14 May 2026 12:27PM UTC 159
95.79
GitHub Action Run
20 run-3.3-gemfiles/rack_3_2.gemfile - 25859921630.20 14 May 2026 12:27PM UTC 158
95.74
GitHub Action Run
21 run-3.2-gemfiles/rack_3_1.gemfile - 25859921630.21 14 May 2026 12:27PM UTC 158
95.78
GitHub Action Run
22 run-4.0-gemfiles/multi_json.gemfile - 25859921630.22 14 May 2026 12:27PM UTC 158
36.32
GitHub Action Run
23 run-3.3-gemfiles/rails_8_0.gemfile - 25859921630.23 14 May 2026 12:27PM UTC 159
95.74
GitHub Action Run
24 run-3.4-gemfiles/rack_2_2.gemfile - 25859921630.24 14 May 2026 12:27PM UTC 158
95.72
GitHub Action Run
25 run-3.2-gemfiles/rails_7_2.gemfile - 25859921630.25 14 May 2026 12:27PM UTC 159
95.79
GitHub Action Run
26 run-4.0-gemfiles/hashie.gemfile - 25859921630.26 14 May 2026 12:27PM UTC 158
62.81
GitHub Action Run
27 run-3.4-gemfiles/rack_3_0.gemfile - 25859921630.27 14 May 2026 12:27PM UTC 158
95.76
GitHub Action Run
28 run-3.3-gemfiles/rack_3_1.gemfile - 25859921630.28 14 May 2026 12:27PM UTC 158
95.74
GitHub Action Run
29 run-4.0-gemfiles/rack_3_2.gemfile - 25859921630.29 14 May 2026 12:28PM UTC 158
95.76
GitHub Action Run
30 run-3.4-gemfiles/rails_8_0.gemfile - 25859921630.30 14 May 2026 12:27PM UTC 159
95.76
GitHub Action Run
31 run-3.2-gemfiles/rack_3_2.gemfile - 25859921630.31 14 May 2026 12:27PM UTC 158
95.78
GitHub Action Run
32 run-3.4-gemfiles/rack_3_1.gemfile - 25859921630.32 14 May 2026 12:28PM UTC 158
95.76
GitHub Action Run
33 run-4.0-gemfiles/rack_2_2.gemfile - 25859921630.33 14 May 2026 12:27PM UTC 158
95.72
GitHub Action Run
34 run-4.0-gemfiles/rails_8_0.gemfile - 25859921630.34 14 May 2026 12:28PM UTC 159
95.76
GitHub Action Run
35 run-4.0-gemfiles/rack_3_1.gemfile - 25859921630.35 14 May 2026 12:27PM UTC 158
95.76
GitHub Action Run
36 run-3.2-Gemfile - 25859921630.36 14 May 2026 12:28PM UTC 158
95.78
GitHub Action Run
37 run-3.3-gemfiles/rails_7_2.gemfile - 25859921630.37 14 May 2026 12:27PM UTC 159
95.74
GitHub Action Run
Source Files on build 25859921630
  • 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 #25859921630
  • 83804c72 on github
  • Prev Build on master (#25854383996)
  • Next Build on chore/normalize-eql-aliases (#25859964948)
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