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

ruby-grape / grape / 33253073678
97%
master: 97%

Build:
Build:
LAST BUILD BRANCH: mount-refresh-internal
DEFAULT BRANCH: master
Ran 29 Aug 2026 12:40PM 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

29 Aug 2026 12:39PM UTC coverage: 96.986% (-0.002%) from 96.988%
33253073678

push

github

ericproulx
Take `declared_params_scope` as a keyword instead of stamping it into opts

`push_declared_params` wrote the scope into the options Hash and guarded
the write so a later call could not overwrite it:

    opts[:declared_params_scope] = self unless opts.key?(:declared_params_scope)
    return @parent.push_declared_params(attrs, **opts) if lateral?

That pair is doing something the code never says. A lateral scope — the one
a `given` block opens — does not store its own declared params; it hands
them to its parent. The stamp is how the attribute stays attributed to the
scope that declared it rather than the one that stores it, which is what
`declared(evaluate_given: true)` later reads through
`attr_meets_dependency?`. Reconstructing that means noticing the guard three
lines below the write.

A default keyword argument states it outright: the receiver when nobody
supplied one, forwarded unchanged when a lateral scope did. Ruby evaluates
the default in the receiver's context, so the semantics are identical.

`as` becomes explicit at the same time, leaving no `**opts` to inspect: both
options a caller may pass are now in the signature.

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

1237 of 1328 branches covered (93.15%)

Branch coverage included in aggregate %.

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

3880 of 3948 relevant lines covered (98.28%)

27075.12 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.3-gemfiles/rack_3_0.gemfile - 33253073678.1 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
2 run-4.0-gemfiles/rack_3_2.gemfile - 33253073678.2 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
3 run-3.4-gemfiles/rack_3_2.gemfile - 33253073678.3 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
4 run-3.4-gemfiles/rack_3_1.gemfile - 33253073678.4 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
5 run-3.3-gemfiles/rack_3_1.gemfile - 33253073678.5 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
6 run-4.0-gemfiles/hashie.gemfile - 33253073678.6 29 Aug 2026 12:40PM UTC 167
61.84
GitHub Action Run
7 run-3.4-gemfiles/rack_3_0.gemfile - 33253073678.7 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
8 run-4.0-Gemfile - 33253073678.8 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
9 run-4.0-gemfiles/rack_2_2.gemfile - 33253073678.9 29 Aug 2026 12:40PM UTC 167
95.69
GitHub Action Run
10 run-4.0-gemfiles/rack_3_1.gemfile - 33253073678.10 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
11 run-3.3-gemfiles/rails_7_2.gemfile - 33253073678.11 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
12 run-3.4-gemfiles/rails_8_0.gemfile - 33253073678.12 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
13 run-4.0-gemfiles/multi_json_1_20.gemfile - 33253073678.13 29 Aug 2026 12:40PM UTC 167
47.46
GitHub Action Run
14 run-3.3-Gemfile - 33253073678.14 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
15 run-4.0-gemfiles/grape_swagger.gemfile - 33253073678.15 29 Aug 2026 12:40PM UTC 167
55.14
GitHub Action Run
16 run-4.0-gemfiles/rack_3_0.gemfile - 33253073678.16 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
17 run-4.0-gemfiles/rails_8_1.gemfile - 33253073678.17 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
18 run-3.4-gemfiles/rails_7_2.gemfile - 33253073678.18 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
19 run-4.0-gemfiles/multi_xml.gemfile - 33253073678.19 29 Aug 2026 12:40PM UTC 167
46.85
GitHub Action Run
20 run-4.0-gemfiles/dry_validation.gemfile - 33253073678.20 29 Aug 2026 12:40PM UTC 167
57.86
GitHub Action Run
21 run-3.4-gemfiles/rails_8_1.gemfile - 33253073678.21 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
22 run-4.0-gemfiles/rails_8_0.gemfile - 33253073678.22 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
23 run-4.0-gemfiles/grape_entity.gemfile - 33253073678.23 29 Aug 2026 12:40PM UTC 167
50.06
GitHub Action Run
24 run-3.3-gemfiles/rails_8_0.gemfile - 33253073678.24 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
25 run-3.3-gemfiles/rack_3_2.gemfile - 33253073678.25 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
26 run-3.3-gemfiles/rack_2_2.gemfile - 33253073678.26 29 Aug 2026 12:40PM UTC 167
95.69
GitHub Action Run
27 run-3.3-gemfiles/rails_8_1.gemfile - 33253073678.27 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
28 run-3.4-Gemfile - 33253073678.28 29 Aug 2026 12:40PM UTC 167
95.73
GitHub Action Run
29 run-4.0-gemfiles/multi_xml_0_8.gemfile - 33253073678.29 29 Aug 2026 12:40PM UTC 167
46.89
GitHub Action Run
30 run-4.0-gemfiles/rails_7_2.gemfile - 33253073678.30 29 Aug 2026 12:40PM UTC 168
95.73
GitHub Action Run
31 run-3.4-gemfiles/rack_2_2.gemfile - 33253073678.31 29 Aug 2026 12:40PM UTC 167
95.69
GitHub Action Run
32 run-4.0-gemfiles/multi_json.gemfile - 33253073678.32 29 Aug 2026 12:40PM UTC 167
47.42
GitHub Action Run
Source Files on build 33253073678
  • Tree
  • List 168
  • 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 #33253073678
  • 9c759e6d on github
  • Prev Build on master (#33120993402)
  • Next Build on declared-params-scope-kwarg (#33320065748)
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