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

ruby-grape / grape / 26681995871 / 21
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: 37.217% (-0.01%) from 37.228%
26681995871.21

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>

40 of 1191 branches covered (3.36%)

Branch coverage included in aggregate %.

1736 of 3581 relevant lines covered (48.48%)

0.68 hits per line

Source Files on job run-4.0-gemfiles/multi_json.gemfile - 26681995871.21
  • 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.16)
  • 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