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

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

Build:
DEFAULT BRANCH: master
Ran 14 Jun 2026 11:23AM UTC
Files 167
Run time 5s
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

14 Jun 2026 11:22AM UTC coverage: 95.442% (+0.004%) from 95.438%
27497246488.24

push

github

web-flow
Fix documentation for :type Array notation to be different from :types (#2758)

Without a custom to_s, type: [Integer, String] serialised to a garbage
object string in route.params[:type], making it indistinguishable from
the VariantCollectionCoercer instance address. Documentation tools
(grape-swagger, grape-oas) could not tell it apart from the plain-array
"[Integer, String]" produced by the types: keyword.

Now type: [Integer, String] produces "Array[Integer, String]" and
type: Set[Integer, String] produces "Set[Integer, String]", matching
the Grape DSL notation and letting tooling generate the correct schema
(array with variant-member items vs oneOf at the parameter level).

1099 of 1219 branches covered (90.16%)

Branch coverage included in aggregate %.

3529 of 3630 relevant lines covered (97.22%)

964.41 hits per line

Source Files on job run-4.0-gemfiles/rails_7_2.gemfile - 27497246488.24
  • Tree
  • List 167
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Build 27497246488
  • 2716af9e on github
  • Prev Job for on master (#27449980546.11)
  • Next Job for on master (#27504192305.11)
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