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

ruby-grape / grape / 27497246488
97%

Build:
DEFAULT BRANCH: master
Ran 14 Jun 2026 11:22AM UTC
Jobs 30
Files 167
Run time 1min
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: 96.619% (+0.003%) from 96.616%
27497246488

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).

1123 of 1221 branches covered (91.97%)

Branch coverage included in aggregate %.

3 of 3 new or added lines in 1 file covered. (100.0%)

3564 of 3630 relevant lines covered (98.18%)

23191.69 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.3-gemfiles/rails_8_0.gemfile - 27497246488.1 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
2 run-3.3-gemfiles/rack_3_1.gemfile - 27497246488.2 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
3 run-3.4-gemfiles/rack_2_2.gemfile - 27497246488.3 14 Jun 2026 11:22AM UTC 166
95.4
GitHub Action Run
4 run-3.4-gemfiles/rails_8_1.gemfile - 27497246488.4 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
5 run-4.0-gemfiles/rails_8_1.gemfile - 27497246488.5 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
6 run-3.4-gemfiles/rack_3_2.gemfile - 27497246488.6 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
7 run-4.0-gemfiles/multi_xml.gemfile - 27497246488.7 14 Jun 2026 11:22AM UTC 166
37.11
GitHub Action Run
8 run-3.3-Gemfile - 27497246488.8 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
9 run-4.0-gemfiles/rack_3_1.gemfile - 27497246488.9 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
10 run-4.0-gemfiles/dry_validation.gemfile - 27497246488.10 14 Jun 2026 11:22AM UTC 166
58.37
GitHub Action Run
11 run-4.0-gemfiles/grape_entity.gemfile - 27497246488.11 14 Jun 2026 11:22AM UTC 166
50.36
GitHub Action Run
12 run-3.3-gemfiles/rails_7_2.gemfile - 27497246488.12 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
13 run-3.4-gemfiles/rails_7_2.gemfile - 27497246488.13 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
14 run-4.0-gemfiles/multi_json.gemfile - 27497246488.14 14 Jun 2026 11:22AM UTC 166
37.11
GitHub Action Run
15 run-3.4-gemfiles/rack_3_1.gemfile - 27497246488.15 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
16 run-4.0-gemfiles/grape_swagger.gemfile - 27497246488.16 14 Jun 2026 11:22AM UTC 166
55.31
GitHub Action Run
17 run-4.0-Gemfile - 27497246488.17 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
18 run-4.0-gemfiles/hashie.gemfile - 27497246488.18 14 Jun 2026 11:22AM UTC 166
62.52
GitHub Action Run
19 run-3.4-Gemfile - 27497246488.19 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
20 run-4.0-gemfiles/rack_3_0.gemfile - 27497246488.20 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
21 run-3.4-gemfiles/rack_3_0.gemfile - 27497246488.21 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
22 run-4.0-gemfiles/rails_8_0.gemfile - 27497246488.22 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
23 run-4.0-gemfiles/rack_2_2.gemfile - 27497246488.23 14 Jun 2026 11:22AM UTC 166
95.4
GitHub Action Run
24 run-4.0-gemfiles/rails_7_2.gemfile - 27497246488.24 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
25 run-3.3-gemfiles/rack_3_2.gemfile - 27497246488.25 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
26 run-3.4-gemfiles/rails_8_0.gemfile - 27497246488.26 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
27 run-3.3-gemfiles/rails_8_1.gemfile - 27497246488.27 14 Jun 2026 11:22AM UTC 167
95.44
GitHub Action Run
28 run-3.3-gemfiles/rack_2_2.gemfile - 27497246488.28 14 Jun 2026 11:22AM UTC 166
95.4
GitHub Action Run
29 run-4.0-gemfiles/rack_3_2.gemfile - 27497246488.29 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
30 run-3.3-gemfiles/rack_3_0.gemfile - 27497246488.30 14 Jun 2026 11:22AM UTC 166
95.44
GitHub Action Run
Source Files on build 27497246488
  • 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 Repo
  • Github Actions Build #27497246488
  • 2716af9e on github
  • Prev Build on master (#27449980546)
  • Next Build on master (#27504192305)
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