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

ruby-grape / grape / 35463879758
99%

Build:
DEFAULT BRANCH: master
Ran 19 Sep 2026 07:17PM UTC
Jobs 32
Files 168
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

19 Sep 2026 07:17PM UTC coverage: 99.037%. Remained the same
35463879758

push

github

web-flow
Require Ruby 3.3.1 (#2966)

Ruby 3.3.0 rejects forwarding an anonymous parameter from inside a block:

    def compose_message(key, **)
      MESSAGE_STEPS.filter_map { |step, _| translate_message(:"#{key}.#{step}", **) }
    end
    # 3.3.0: anonymous keyword rest parameter is also used within block (SyntaxError)

Its forwarding_arg_check moved up to the enclosing scope before looking for
an anonymous parameter, so it found the method's own `**` and reported a
conflict for any block. 3.3.1 fixed it (ruby 2a84aaf4a8, backporting
596db9c1f4, [Feature #19370] "Blocks without anonymous parameters should
not affect"); only a block that declares an anonymous parameter of its own
is rejected now, on every version.

lib/grape/exceptions/base.rb has done this since 3.2.0, and Grape loads
every file up front, so no release since has loaded on Ruby 3.3.0 while
the gemspec allowed it. CI's 3.3 job runs the latest 3.3.x, which is why
nothing flagged it.

required_ruby_version is now '>= 3.3.1'. With that floor, the remaining
named arguments that were only forwarded are forwarded anonymously, and
RuboCop skips tmp/.

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

1451 of 1507 branches covered (96.28%)

Branch coverage included in aggregate %.

7 of 7 new or added lines in 3 files covered. (100.0%)

4307 of 4307 relevant lines covered (100.0%)

28762.97 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-4.0-gemfiles/multi_json.gemfile - 35463879758.1 19 Sep 2026 07:17PM UTC 166
45.9
GitHub Action Run
2 run-4.0-Gemfile - 35463879758.2 19 Sep 2026 07:17PM UTC 167
97.87
GitHub Action Run
3 run-4.0-gemfiles/multi_json_1_20.gemfile - 35463879758.3 19 Sep 2026 07:17PM UTC 166
45.94
GitHub Action Run
4 run-4.0-gemfiles/dry_validation.gemfile - 35463879758.4 19 Sep 2026 07:17PM UTC 166
55.81
GitHub Action Run
5 run-4.0-gemfiles/rack_3_2.gemfile - 35463879758.5 19 Sep 2026 07:17PM UTC 167
97.85
GitHub Action Run
6 run-3.4-gemfiles/rack_3_0.gemfile - 35463879758.6 19 Sep 2026 07:17PM UTC 167
97.87
GitHub Action Run
7 run-3.3-gemfiles/rack_3_1.gemfile - 35463879758.7 19 Sep 2026 07:17PM UTC 167
97.88
GitHub Action Run
8 run-4.0-gemfiles/rails_8_1.gemfile - 35463879758.8 19 Sep 2026 07:18PM UTC 168
97.85
GitHub Action Run
9 run-3.3-gemfiles/rails_7_2.gemfile - 35463879758.9 19 Sep 2026 07:17PM UTC 168
97.87
GitHub Action Run
10 run-4.0-gemfiles/multi_xml.gemfile - 35463879758.10 19 Sep 2026 07:17PM UTC 166
45.62
GitHub Action Run
11 run-3.3-gemfiles/rack_3_0.gemfile - 35463879758.11 19 Sep 2026 07:17PM UTC 167
97.86
GitHub Action Run
12 run-4.0-gemfiles/rails_8_0.gemfile - 35463879758.12 19 Sep 2026 07:17PM UTC 168
97.87
GitHub Action Run
13 run-3.4-gemfiles/rack_2_2.gemfile - 35463879758.13 19 Sep 2026 07:17PM UTC 167
97.81
GitHub Action Run
14 run-3.3-gemfiles/rack_2_2.gemfile - 35463879758.14 19 Sep 2026 07:17PM UTC 167
97.85
GitHub Action Run
15 run-3.4-gemfiles/rails_8_0.gemfile - 35463879758.15 19 Sep 2026 07:17PM UTC 168
97.87
GitHub Action Run
16 run-3.3-Gemfile - 35463879758.16 19 Sep 2026 07:18PM UTC 167
97.88
GitHub Action Run
17 run-3.4-gemfiles/rack_3_2.gemfile - 35463879758.17 19 Sep 2026 07:17PM UTC 167
97.85
GitHub Action Run
18 run-3.4-gemfiles/rails_8_1.gemfile - 35463879758.18 19 Sep 2026 07:17PM UTC 168
97.85
GitHub Action Run
19 run-3.4-gemfiles/rack_3_1.gemfile - 35463879758.19 19 Sep 2026 07:18PM UTC 167
97.87
GitHub Action Run
20 run-3.3-gemfiles/rails_8_1.gemfile - 35463879758.20 19 Sep 2026 07:18PM UTC 168
97.87
GitHub Action Run
21 run-3.3-gemfiles/rack_3_2.gemfile - 35463879758.21 19 Sep 2026 07:17PM UTC 167
97.86
GitHub Action Run
22 run-4.0-gemfiles/multi_xml_0_8.gemfile - 35463879758.22 19 Sep 2026 07:17PM UTC 166
45.66
GitHub Action Run
23 run-4.0-gemfiles/rails_7_2.gemfile - 35463879758.23 19 Sep 2026 07:17PM UTC 168
97.85
GitHub Action Run
24 run-4.0-gemfiles/rack_3_0.gemfile - 35463879758.24 19 Sep 2026 07:18PM UTC 167
97.85
GitHub Action Run
25 run-4.0-gemfiles/grape_swagger.gemfile - 35463879758.25 19 Sep 2026 07:17PM UTC 166
53.16
GitHub Action Run
26 run-3.3-gemfiles/rails_8_0.gemfile - 35463879758.26 19 Sep 2026 07:17PM UTC 168
97.88
GitHub Action Run
27 run-3.4-gemfiles/rails_7_2.gemfile - 35463879758.27 19 Sep 2026 07:18PM UTC 168
97.85
GitHub Action Run
28 run-4.0-gemfiles/hashie.gemfile - 35463879758.28 19 Sep 2026 07:17PM UTC 166
59.72
GitHub Action Run
29 run-4.0-gemfiles/grape_entity.gemfile - 35463879758.29 19 Sep 2026 07:17PM UTC 166
48.89
GitHub Action Run
30 run-3.4-Gemfile - 35463879758.30 19 Sep 2026 07:17PM UTC 167
97.87
GitHub Action Run
31 run-4.0-gemfiles/rack_2_2.gemfile - 35463879758.31 19 Sep 2026 07:18PM UTC 167
97.83
GitHub Action Run
32 run-4.0-gemfiles/rack_3_1.gemfile - 35463879758.32 19 Sep 2026 07:17PM UTC 167
97.85
GitHub Action Run
Source Files on build 35463879758
  • Tree
  • List 168
  • Changed 4
  • Source Changed 3
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35463879758
  • e56d16f4 on github
  • Prev Build on master (#35461322210)
  • Next Build on master (#35465161841)
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