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

ruby-grape / grape / 26681995871
97%

Build:
DEFAULT BRANCH: master
Ran 30 May 2026 10:53AM UTC
Jobs 30
Files 166
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

30 May 2026 10:53AM UTC coverage: 96.861% (-0.002%) from 96.863%
26681995871

push

github

web-flow
Drop Enumerable from Grape::Exceptions::ValidationErrors (#2747)

`Grape::Exceptions::ValidationErrors` mixed in `Enumerable` and exposed
a public `#each` that yielded `(attribute, error)` pairs. That surface
was undocumented (the README only covers `#errors`, `#full_messages`,
`#message`, and `rescue_from`), untested, and had a single in-class
consumer: `#full_messages` calling `map` on `self`.

Removed `include Enumerable` and `#each`. Rewrote `#full_messages` to
walk the `errors` hash directly via `flat_map`, which also documents
the actual data shape (`{ params => [validations] }`) at the call site.

UPGRADING entry added since this is a contract break, even if the
surface was undocumented.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

1103 of 1193 branches covered (92.46%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

3525 of 3585 relevant lines covered (98.33%)

23296.32 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.3-gemfiles/rails_8_1.gemfile - 26681995871.1 30 May 2026 10:54AM UTC 166
95.66
GitHub Action Run
2 run-4.0-Gemfile - 26681995871.2 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
3 run-4.0-gemfiles/grape_entity.gemfile - 26681995871.3 30 May 2026 10:54AM UTC 165
50.42
GitHub Action Run
4 run-4.0-gemfiles/hashie.gemfile - 26681995871.4 30 May 2026 10:54AM UTC 165
62.68
GitHub Action Run
5 run-4.0-gemfiles/rack_3_1.gemfile - 26681995871.5 30 May 2026 10:54AM UTC 165
95.66
GitHub Action Run
6 run-3.3-Gemfile - 26681995871.6 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
7 run-3.3-gemfiles/rack_2_2.gemfile - 26681995871.7 30 May 2026 10:53AM UTC 165
95.62
GitHub Action Run
8 run-3.3-gemfiles/rails_7_2.gemfile - 26681995871.8 30 May 2026 10:54AM UTC 166
95.66
GitHub Action Run
9 run-3.4-gemfiles/rack_3_1.gemfile - 26681995871.9 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
10 run-3.3-gemfiles/rack_3_2.gemfile - 26681995871.10 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
11 run-4.0-gemfiles/grape_swagger.gemfile - 26681995871.11 30 May 2026 10:54AM UTC 165
55.45
GitHub Action Run
12 run-4.0-gemfiles/rails_8_1.gemfile - 26681995871.12 30 May 2026 10:54AM UTC 166
95.67
GitHub Action Run
13 run-4.0-gemfiles/dry_validation.gemfile - 26681995871.13 30 May 2026 10:54AM UTC 165
58.53
GitHub Action Run
14 run-3.4-Gemfile - 26681995871.14 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
15 run-4.0-gemfiles/rack_3_2.gemfile - 26681995871.15 30 May 2026 10:54AM UTC 165
95.66
GitHub Action Run
16 run-3.3-gemfiles/rack_3_1.gemfile - 26681995871.16 30 May 2026 10:54AM UTC 165
95.66
GitHub Action Run
17 run-4.0-gemfiles/rails_7_2.gemfile - 26681995871.17 30 May 2026 10:54AM UTC 166
95.67
GitHub Action Run
18 run-3.3-gemfiles/rails_8_0.gemfile - 26681995871.18 30 May 2026 10:54AM UTC 166
95.66
GitHub Action Run
19 run-4.0-gemfiles/rails_8_0.gemfile - 26681995871.19 30 May 2026 10:54AM UTC 166
95.67
GitHub Action Run
20 run-4.0-gemfiles/rack_3_0.gemfile - 26681995871.20 30 May 2026 10:54AM UTC 165
95.66
GitHub Action Run
21 run-4.0-gemfiles/multi_json.gemfile - 26681995871.21 30 May 2026 10:54AM UTC 165
37.22
GitHub Action Run
22 run-3.3-gemfiles/rack_3_0.gemfile - 26681995871.22 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
23 run-4.0-gemfiles/rack_2_2.gemfile - 26681995871.23 30 May 2026 10:53AM UTC 165
95.62
GitHub Action Run
24 run-3.4-gemfiles/rails_8_0.gemfile - 26681995871.24 30 May 2026 10:54AM UTC 166
95.67
GitHub Action Run
25 run-3.4-gemfiles/rails_8_1.gemfile - 26681995871.25 30 May 2026 10:54AM UTC 166
95.67
GitHub Action Run
26 run-3.4-gemfiles/rails_7_2.gemfile - 26681995871.26 30 May 2026 10:54AM UTC 166
95.67
GitHub Action Run
27 run-4.0-gemfiles/multi_xml.gemfile - 26681995871.27 30 May 2026 10:54AM UTC 165
37.22
GitHub Action Run
28 run-3.4-gemfiles/rack_2_2.gemfile - 26681995871.28 30 May 2026 10:53AM UTC 165
95.62
GitHub Action Run
29 run-3.4-gemfiles/rack_3_0.gemfile - 26681995871.29 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
30 run-3.4-gemfiles/rack_3_2.gemfile - 26681995871.30 30 May 2026 10:53AM UTC 165
95.66
GitHub Action Run
Source Files on build 26681995871
  • Tree
  • List 166
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #26681995871
  • 2e6b29db on github
  • Prev Build on master (#26680646984)
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