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

ruby-grape / grape / 26681995871 / 23
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 30 May 2026 10:54AM UTC
Files 165
Run time 4s
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: 95.62% (-0.004%) from 95.624%
26681995871.23

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>

1077 of 1191 branches covered (90.43%)

Branch coverage included in aggregate %.

3486 of 3581 relevant lines covered (97.35%)

972.14 hits per line

Source Files on job run-4.0-gemfiles/rack_2_2.gemfile - 26681995871.23
  • Tree
  • List 165
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 26681995871
  • 2e6b29db on github
  • Prev Job for on master (#26680646984.24)
  • Next Job for on master (#26754214546.17)
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