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

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

Build:
Build:
LAST BUILD BRANCH: security/mounted-rack-auth-and-html-escape
DEFAULT BRANCH: master
Ran 14 May 2026 12:53PM 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:52PM UTC coverage: 97.055% (+0.004%) from 97.051%
25861058504

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

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

3473 of 3529 relevant lines covered (98.41%)

32089.24 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.4-gemfiles/rack_3_0.gemfile - 25861058504.1 14 May 2026 12:53PM UTC 158
95.76
GitHub Action Run
2 run-4.0-gemfiles/hashie.gemfile - 25861058504.2 14 May 2026 01:01PM UTC 158
62.82
GitHub Action Run
3 run-3.2-gemfiles/rails_8_1.gemfile - 25861058504.3 14 May 2026 12:54PM UTC 159
95.79
GitHub Action Run
4 run-4.0-gemfiles/multi_json.gemfile - 25861058504.4 14 May 2026 12:54PM UTC 158
36.36
GitHub Action Run
5 run-3.4-gemfiles/rails_7_2.gemfile - 25861058504.5 14 May 2026 12:54PM UTC 159
95.77
GitHub Action Run
6 run-3.3-gemfiles/rack_3_2.gemfile - 25861058504.6 14 May 2026 12:53PM UTC 158
95.74
GitHub Action Run
7 run-3.4-gemfiles/rack_3_2.gemfile - 25861058504.7 14 May 2026 12:53PM UTC 158
95.76
GitHub Action Run
8 run-4.0-gemfiles/multi_xml.gemfile - 25861058504.8 14 May 2026 12:53PM UTC 158
36.36
GitHub Action Run
9 run-3.3-gemfiles/rack_2_2.gemfile - 25861058504.9 14 May 2026 12:53PM UTC 158
95.7
GitHub Action Run
10 run-3.2-gemfiles/rack_3_0.gemfile - 25861058504.10 14 May 2026 12:53PM UTC 158
95.79
GitHub Action Run
11 run-4.0-gemfiles/grape_entity.gemfile - 25861058504.11 14 May 2026 12:53PM UTC 158
50.22
GitHub Action Run
12 run-3.4-gemfiles/rails_8_0.gemfile - 25861058504.12 14 May 2026 12:54PM UTC 159
95.77
GitHub Action Run
13 run-4.0-gemfiles/rails_8_1.gemfile - 25861058504.13 14 May 2026 12:53PM UTC 159
95.77
GitHub Action Run
14 run-3.2-gemfiles/rack_2_2.gemfile - 25861058504.14 14 May 2026 12:53PM UTC 158
95.75
GitHub Action Run
15 run-3.3-gemfiles/rails_7_2.gemfile - 25861058504.15 14 May 2026 12:53PM UTC 159
95.75
GitHub Action Run
16 run-3.2-gemfiles/rails_8_0.gemfile - 25861058504.16 14 May 2026 12:54PM UTC 159
95.79
GitHub Action Run
17 run-3.4-gemfiles/rack_2_2.gemfile - 25861058504.17 14 May 2026 12:53PM UTC 158
95.72
GitHub Action Run
18 run-4.0-gemfiles/rails_8_0.gemfile - 25861058504.18 14 May 2026 12:53PM UTC 159
95.77
GitHub Action Run
19 run-3.4-gemfiles/rack_3_1.gemfile - 25861058504.19 14 May 2026 12:53PM UTC 158
95.76
GitHub Action Run
20 run-3.3-gemfiles/rails_8_1.gemfile - 25861058504.20 14 May 2026 12:53PM UTC 159
95.75
GitHub Action Run
21 run-4.0-gemfiles/rack_2_2.gemfile - 25861058504.21 14 May 2026 12:53PM UTC 158
95.72
GitHub Action Run
22 run-4.0-gemfiles/rack_3_2.gemfile - 25861058504.22 14 May 2026 12:54PM UTC 158
95.76
GitHub Action Run
23 run-3.2-gemfiles/rack_3_2.gemfile - 25861058504.23 14 May 2026 12:53PM UTC 158
95.79
GitHub Action Run
24 run-3.2-Gemfile - 25861058504.24 14 May 2026 12:53PM UTC 158
95.79
GitHub Action Run
25 run-4.0-gemfiles/rails_7_2.gemfile - 25861058504.25 14 May 2026 12:53PM UTC 159
95.77
GitHub Action Run
26 run-3.3-gemfiles/rails_8_0.gemfile - 25861058504.26 14 May 2026 12:53PM UTC 159
95.75
GitHub Action Run
27 run-4.0-gemfiles/rack_3_0.gemfile - 25861058504.27 14 May 2026 12:53PM UTC 158
95.76
GitHub Action Run
28 run-3.4-gemfiles/rails_8_1.gemfile - 25861058504.28 14 May 2026 12:53PM UTC 159
95.77
GitHub Action Run
29 run-3.2-gemfiles/rails_7_2.gemfile - 25861058504.29 14 May 2026 12:53PM UTC 159
95.79
GitHub Action Run
30 run-4.0-gemfiles/rack_3_1.gemfile - 25861058504.30 14 May 2026 12:54PM UTC 158
95.76
GitHub Action Run
31 run-3.4-Gemfile - 25861058504.31 14 May 2026 12:53PM UTC 158
95.76
GitHub Action Run
32 run-3.3-gemfiles/rack_3_1.gemfile - 25861058504.32 14 May 2026 12:53PM UTC 158
95.74
GitHub Action Run
33 run-4.0-gemfiles/dry_validation.gemfile - 25861058504.33 14 May 2026 12:53PM UTC 158
58.33
GitHub Action Run
34 run-3.2-gemfiles/rack_3_1.gemfile - 25861058504.34 14 May 2026 12:54PM UTC 158
95.79
GitHub Action Run
35 run-3.3-Gemfile - 25861058504.35 14 May 2026 12:53PM UTC 158
95.74
GitHub Action Run
36 run-4.0-Gemfile - 25861058504.36 14 May 2026 12:54PM UTC 158
95.76
GitHub Action Run
37 run-3.3-gemfiles/rack_3_0.gemfile - 25861058504.37 14 May 2026 12:54PM UTC 158
95.74
GitHub Action Run
Source Files on build 25861058504
  • 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 #25861058504
  • 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