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

ruby-grape / grape / 26681995871 / 16
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.661% (-0.004%) from 95.665%
26681995871.16

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>

1080 of 1193 branches covered (90.53%)

Branch coverage included in aggregate %.

3484 of 3578 relevant lines covered (97.37%)

970.56 hits per line

Source Files on job run-3.3-gemfiles/rack_3_1.gemfile - 26681995871.16
  • 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.27)
  • 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