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

ruby-grape / grape / 25872754667
97%

Build:
DEFAULT BRANCH: master
Ran 14 May 2026 04:45PM 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 04:44PM UTC coverage: 97.052% (+0.004%) from 97.048%
25872754667

push

github

web-flow
Normalize == / eql? aliasing across value-like classes (#2715)

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>

1073 of 1155 branches covered (92.9%)

Branch coverage included in aggregate %.

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

3470 of 3526 relevant lines covered (98.41%)

32019.4 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-4.0-gemfiles/rails_8_1.gemfile - 25872754667.1 14 May 2026 04:47PM UTC 159
95.76
GitHub Action Run
2 run-3.3-gemfiles/rack_3_1.gemfile - 25872754667.2 14 May 2026 04:45PM UTC 158
95.74
GitHub Action Run
3 run-3.3-gemfiles/rails_8_0.gemfile - 25872754667.3 14 May 2026 04:46PM UTC 159
95.74
GitHub Action Run
4 run-3.4-gemfiles/rack_3_2.gemfile - 25872754667.4 14 May 2026 04:45PM UTC 158
95.76
GitHub Action Run
5 run-3.4-gemfiles/rails_7_2.gemfile - 25872754667.5 14 May 2026 04:46PM UTC 159
95.76
GitHub Action Run
6 run-4.0-gemfiles/rack_3_0.gemfile - 25872754667.6 14 May 2026 04:46PM UTC 158
95.76
GitHub Action Run
7 run-3.2-gemfiles/rack_2_2.gemfile - 25872754667.7 14 May 2026 04:45PM UTC 158
95.74
GitHub Action Run
8 run-4.0-gemfiles/rails_8_0.gemfile - 25872754667.8 14 May 2026 04:45PM UTC 159
95.76
GitHub Action Run
9 run-3.4-gemfiles/rack_3_0.gemfile - 25872754667.9 14 May 2026 04:46PM UTC 158
95.76
GitHub Action Run
10 run-3.3-gemfiles/rack_3_0.gemfile - 25872754667.10 14 May 2026 04:46PM UTC 158
95.74
GitHub Action Run
11 run-4.0-gemfiles/grape_entity.gemfile - 25872754667.11 14 May 2026 04:46PM UTC 158
50.32
GitHub Action Run
12 run-3.2-gemfiles/rack_3_1.gemfile - 25872754667.12 14 May 2026 04:45PM UTC 158
95.78
GitHub Action Run
13 run-4.0-gemfiles/multi_xml.gemfile - 25872754667.13 14 May 2026 04:46PM UTC 158
36.45
GitHub Action Run
14 run-3.3-gemfiles/rack_2_2.gemfile - 25872754667.14 14 May 2026 04:47PM UTC 158
95.7
GitHub Action Run
15 run-3.2-gemfiles/rails_7_2.gemfile - 25872754667.15 14 May 2026 04:45PM UTC 159
95.79
GitHub Action Run
16 run-3.4-gemfiles/rack_2_2.gemfile - 25872754667.16 14 May 2026 04:47PM UTC 158
95.72
GitHub Action Run
17 run-3.3-gemfiles/rails_7_2.gemfile - 25872754667.17 14 May 2026 04:46PM UTC 159
95.74
GitHub Action Run
18 run-3.4-gemfiles/rails_8_1.gemfile - 25872754667.18 14 May 2026 04:46PM UTC 159
95.76
GitHub Action Run
19 run-3.4-gemfiles/rack_3_1.gemfile - 25872754667.19 14 May 2026 04:46PM UTC 158
95.76
GitHub Action Run
20 run-3.2-gemfiles/rack_3_0.gemfile - 25872754667.20 14 May 2026 04:46PM UTC 158
95.78
GitHub Action Run
21 run-4.0-gemfiles/rack_3_1.gemfile - 25872754667.21 14 May 2026 04:46PM UTC 158
95.76
GitHub Action Run
22 run-4.0-gemfiles/rails_7_2.gemfile - 25872754667.22 14 May 2026 04:46PM UTC 159
95.76
GitHub Action Run
23 run-3.2-gemfiles/rails_8_0.gemfile - 25872754667.23 14 May 2026 04:45PM UTC 159
95.79
GitHub Action Run
24 run-3.3-gemfiles/rack_3_2.gemfile - 25872754667.24 14 May 2026 04:45PM UTC 158
95.74
GitHub Action Run
25 run-3.2-gemfiles/rails_8_1.gemfile - 25872754667.25 14 May 2026 04:45PM UTC 159
95.79
GitHub Action Run
26 run-3.4-Gemfile - 25872754667.26 14 May 2026 04:46PM UTC 158
95.76
GitHub Action Run
27 run-4.0-Gemfile - 25872754667.27 14 May 2026 04:47PM UTC 158
95.76
GitHub Action Run
28 run-4.0-gemfiles/dry_validation.gemfile - 25872754667.28 14 May 2026 04:46PM UTC 158
58.39
GitHub Action Run
29 run-4.0-gemfiles/rack_2_2.gemfile - 25872754667.29 14 May 2026 04:46PM UTC 158
95.72
GitHub Action Run
30 run-3.3-Gemfile - 25872754667.30 14 May 2026 04:45PM UTC 158
95.74
GitHub Action Run
31 run-3.2-gemfiles/rack_3_2.gemfile - 25872754667.31 14 May 2026 04:46PM UTC 158
95.78
GitHub Action Run
32 run-4.0-gemfiles/hashie.gemfile - 25872754667.32 14 May 2026 04:46PM UTC 158
62.78
GitHub Action Run
33 run-3.2-Gemfile - 25872754667.33 14 May 2026 04:45PM UTC 158
95.78
GitHub Action Run
34 run-3.4-gemfiles/rails_8_0.gemfile - 25872754667.34 14 May 2026 04:46PM UTC 159
95.76
GitHub Action Run
35 run-3.3-gemfiles/rails_8_1.gemfile - 25872754667.35 14 May 2026 04:46PM UTC 159
95.74
GitHub Action Run
36 run-4.0-gemfiles/rack_3_2.gemfile - 25872754667.36 14 May 2026 04:47PM UTC 158
95.76
GitHub Action Run
37 run-4.0-gemfiles/multi_json.gemfile - 25872754667.37 14 May 2026 04:46PM UTC 158
36.45
GitHub Action Run
Source Files on build 25872754667
  • 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 #25872754667
  • 4e2fc0f7 on github
  • Prev Build on master (#25872321403)
  • Next Build on master (#25873175083)
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