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

ruby-grape / grape / 35524402103
99%

Build:
DEFAULT BRANCH: master
Ran 20 Sep 2026 04:59PM 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

20 Sep 2026 04:59PM UTC coverage: 99.025%. Remained the same
35524402103

push

github

web-flow
Stop allocating two match caches per route that Mustermann is never asked to use (#2973)

Mustermann::RegexpBased memoizes what it matched in two
ObjectSpace::WeakKeyMaps per pattern, one behind #match and one behind
#peek_match. Grape calls neither: the router matches through the
pattern's compiled #to_regexp, and #params -- the only method Grape
reaches Mustermann for on the request path, for a path it has to
percent-decode -- reads the captures straight off that regexp without
touching either map.

So every route carried two maps that were allocated and never read.
Passing cache: false leaves them out.

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

1464 of 1521 branches covered (96.25%)

Branch coverage included in aggregate %.

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

4325 of 4325 relevant lines covered (100.0%)

28772.42 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.4-gemfiles/rails_8_0.gemfile - 35524402103.1 20 Sep 2026 04:59PM UTC 168
97.86
GitHub Action Run
2 run-4.0-gemfiles/rack_3_1.gemfile - 35524402103.2 20 Sep 2026 04:59PM UTC 167
97.84
GitHub Action Run
3 run-4.0-gemfiles/rack_3_0.gemfile - 35524402103.3 20 Sep 2026 04:59PM UTC 167
97.86
GitHub Action Run
4 run-3.4-gemfiles/rack_3_1.gemfile - 35524402103.4 20 Sep 2026 04:59PM UTC 167
97.84
GitHub Action Run
5 run-4.0-gemfiles/multi_xml_0_8.gemfile - 35524402103.5 20 Sep 2026 04:59PM UTC 166
45.56
GitHub Action Run
6 run-3.3-gemfiles/rack_3_0.gemfile - 35524402103.6 20 Sep 2026 04:59PM UTC 167
97.86
GitHub Action Run
7 run-4.0-gemfiles/dry_validation.gemfile - 35524402103.7 20 Sep 2026 04:59PM UTC 166
55.73
GitHub Action Run
8 run-4.0-gemfiles/multi_xml.gemfile - 35524402103.8 20 Sep 2026 04:59PM UTC 166
45.53
GitHub Action Run
9 run-4.0-gemfiles/rails_8_0.gemfile - 35524402103.9 20 Sep 2026 04:59PM UTC 168
97.84
GitHub Action Run
10 run-4.0-gemfiles/rails_8_1.gemfile - 35524402103.10 20 Sep 2026 04:59PM UTC 168
97.84
GitHub Action Run
11 run-4.0-Gemfile - 35524402103.11 20 Sep 2026 04:59PM UTC 167
97.84
GitHub Action Run
12 run-3.3-gemfiles/rack_3_1.gemfile - 35524402103.12 20 Sep 2026 04:59PM UTC 167
97.86
GitHub Action Run
13 run-4.0-gemfiles/multi_json_1_20.gemfile - 35524402103.13 20 Sep 2026 04:59PM UTC 166
45.84
GitHub Action Run
14 run-3.3-Gemfile - 35524402103.14 20 Sep 2026 04:59PM UTC 167
97.88
GitHub Action Run
15 run-4.0-gemfiles/rack_3_2.gemfile - 35524402103.15 20 Sep 2026 04:59PM UTC 167
97.86
GitHub Action Run
16 run-3.4-gemfiles/rack_3_2.gemfile - 35524402103.16 20 Sep 2026 04:59PM UTC 167
97.84
GitHub Action Run
17 run-3.3-gemfiles/rack_2_2.gemfile - 35524402103.17 20 Sep 2026 04:59PM UTC 167
97.84
GitHub Action Run
18 run-4.0-gemfiles/multi_json.gemfile - 35524402103.18 20 Sep 2026 04:59PM UTC 166
45.8
GitHub Action Run
19 run-3.4-gemfiles/rack_2_2.gemfile - 35524402103.19 20 Sep 2026 04:59PM UTC 167
97.81
GitHub Action Run
20 run-3.3-gemfiles/rack_3_2.gemfile - 35524402103.20 20 Sep 2026 04:59PM UTC 167
97.86
GitHub Action Run
21 run-4.0-gemfiles/hashie.gemfile - 35524402103.21 20 Sep 2026 04:59PM UTC 166
59.75
GitHub Action Run
22 run-4.0-gemfiles/rack_2_2.gemfile - 35524402103.22 20 Sep 2026 04:59PM UTC 167
97.83
GitHub Action Run
23 run-3.4-gemfiles/rails_7_2.gemfile - 35524402103.23 20 Sep 2026 04:59PM UTC 168
97.84
GitHub Action Run
24 run-3.4-gemfiles/rails_8_1.gemfile - 35524402103.24 20 Sep 2026 04:59PM UTC 168
97.86
GitHub Action Run
25 run-4.0-gemfiles/rails_7_2.gemfile - 35524402103.25 20 Sep 2026 04:59PM UTC 168
97.86
GitHub Action Run
26 run-3.3-gemfiles/rails_8_1.gemfile - 35524402103.26 20 Sep 2026 04:59PM UTC 168
97.86
GitHub Action Run
27 run-3.3-gemfiles/rails_8_0.gemfile - 35524402103.27 20 Sep 2026 04:59PM UTC 168
97.86
GitHub Action Run
28 run-3.3-gemfiles/rails_7_2.gemfile - 35524402103.28 20 Sep 2026 04:59PM UTC 168
97.88
GitHub Action Run
29 run-3.4-Gemfile - 35524402103.29 20 Sep 2026 04:59PM UTC 167
97.86
GitHub Action Run
30 run-3.4-gemfiles/rack_3_0.gemfile - 35524402103.30 20 Sep 2026 04:59PM UTC 167
97.84
GitHub Action Run
31 run-4.0-gemfiles/grape_swagger.gemfile - 35524402103.31 20 Sep 2026 04:59PM UTC 166
53.08
GitHub Action Run
32 run-4.0-gemfiles/grape_entity.gemfile - 35524402103.32 20 Sep 2026 04:59PM UTC 166
48.62
GitHub Action Run
Source Files on build 35524402103
  • Tree
  • List 168
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #35524402103
  • b3cf7a86 on github
  • Prev Build on master (#35508796624)
  • Next Build on master (#35532806661)
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