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

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

Build:
DEFAULT BRANCH: master
Ran 26 Jul 2026 06:57PM UTC
Files 167
Run time 6s
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: 95.501% (+0.008%) from 95.493%
30215793031.3

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>

1142 of 1258 branches covered (90.78%)

Branch coverage included in aggregate %.

3740 of 3854 relevant lines covered (97.04%)

1032.19 hits per line

Source Files on job run-3.3-gemfiles/rails_8_1.gemfile - 30215793031.3
  • Tree
  • List 167
  • 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.19)
  • 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