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

ruby-grape / grape / 30215793031 / 24
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2026 06:57PM UTC
Files 166
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

26 Jul 2026 06:56PM UTC coverage: 50.851% (-0.09%) from 50.941%
30215793031.24

push

github

web-flow
Guard length, same_as and oneof against non-hash params (#2816)

These were the only three validators reading params[attr_name] without
the hash_like? guard the other seven have. When an Array-typed scope
receives non-hash elements (GET ?list[]=str), the iterator yields each
element as the params container, String#[](Symbol) raises TypeError,
and run_validators only rescues validation exceptions — so a malformed
request produced a 500. Skipping like ValuesValidator does lets the
presence/coerce validators report the 400.

Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

224 of 1256 branches covered (17.83%)

Branch coverage included in aggregate %.

2374 of 3853 relevant lines covered (61.61%)

7.61 hits per line

Source Files on job run-4.0-gemfiles/grape_entity.gemfile - 30215793031.24
  • Tree
  • List 166
  • Changed 3
  • Source Changed 3
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 30215793031
  • c5b42567 on github
  • Prev Job for on master (#30215699442.26)
  • Next Job for on master (#30216088388.14)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc