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

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

Build:
Build:
LAST BUILD BRANCH: perf/build-headers-each-header
DEFAULT BRANCH: master
Ran 10 Jun 2026 10:20PM UTC
Jobs 30
Files 166
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

10 Jun 2026 10:19PM UTC coverage: 96.839% (-0.003%) from 96.842%
27310063496

Pull #2762

github

ericproulx
Parse request bodies with JSON.parse in the stdlib fallback

Alias Grape::Json to ::JSON directly and parse incoming bodies with
JSON.parse instead of JSON.load. JSON.parse never honours the json_class
additions mechanism, so the create_additions: false wrapper from #2759 is
no longer needed. This drops the wrapper module and its per-call delegation
while keeping json_class payloads inert.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Pull Request #2762: Parse request bodies with JSON.parse in the stdlib fallback

1114 of 1205 branches covered (92.45%)

Branch coverage included in aggregate %.

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

3543 of 3604 relevant lines covered (98.31%)

23228.22 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-3.3-gemfiles/rack_2_2.gemfile - 27310063496.1 10 Jun 2026 10:20PM UTC 165
95.61
GitHub Action Run
2 run-3.3-gemfiles/rails_8_1.gemfile - 27310063496.2 10 Jun 2026 10:21PM UTC 166
95.65
GitHub Action Run
3 run-4.0-gemfiles/rack_3_0.gemfile - 27310063496.3 10 Jun 2026 10:21PM UTC 165
95.65
GitHub Action Run
4 run-3.3-Gemfile - 27310063496.4 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
5 run-4.0-gemfiles/rails_8_0.gemfile - 27310063496.5 10 Jun 2026 10:21PM UTC 166
95.65
GitHub Action Run
6 run-3.4-gemfiles/rack_3_2.gemfile - 27310063496.6 10 Jun 2026 10:21PM UTC 165
95.65
GitHub Action Run
7 run-4.0-gemfiles/rack_3_1.gemfile - 27310063496.7 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
8 run-4.0-gemfiles/grape_entity.gemfile - 27310063496.8 10 Jun 2026 10:21PM UTC 165
50.32
GitHub Action Run
9 run-3.4-gemfiles/rack_3_1.gemfile - 27310063496.9 10 Jun 2026 10:21PM UTC 165
95.65
GitHub Action Run
10 run-3.3-gemfiles/rack_3_1.gemfile - 27310063496.10 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
11 run-4.0-gemfiles/multi_xml.gemfile - 27310063496.11 10 Jun 2026 10:20PM UTC 165
37.14
GitHub Action Run
12 run-3.3-gemfiles/rack_3_0.gemfile - 27310063496.12 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
13 run-3.4-Gemfile - 27310063496.13 10 Jun 2026 10:21PM UTC 165
95.65
GitHub Action Run
14 run-4.0-gemfiles/grape_swagger.gemfile - 27310063496.14 10 Jun 2026 10:20PM UTC 165
55.32
GitHub Action Run
15 run-4.0-gemfiles/rails_7_2.gemfile - 27310063496.15 10 Jun 2026 10:20PM UTC 166
95.65
GitHub Action Run
16 run-4.0-gemfiles/rack_3_2.gemfile - 27310063496.16 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
17 run-3.4-gemfiles/rails_8_1.gemfile - 27310063496.17 10 Jun 2026 10:20PM UTC 166
95.65
GitHub Action Run
18 run-4.0-gemfiles/hashie.gemfile - 27310063496.18 10 Jun 2026 10:20PM UTC 165
62.52
GitHub Action Run
19 run-4.0-Gemfile - 27310063496.19 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
20 run-3.4-gemfiles/rails_7_2.gemfile - 27310063496.20 10 Jun 2026 10:20PM UTC 166
95.65
GitHub Action Run
21 run-3.3-gemfiles/rack_3_2.gemfile - 27310063496.21 10 Jun 2026 10:21PM UTC 165
95.65
GitHub Action Run
22 run-3.4-gemfiles/rails_8_0.gemfile - 27310063496.22 10 Jun 2026 10:20PM UTC 166
95.65
GitHub Action Run
23 run-4.0-gemfiles/dry_validation.gemfile - 27310063496.23 10 Jun 2026 10:21PM UTC 165
58.38
GitHub Action Run
24 run-3.3-gemfiles/rails_8_0.gemfile - 27310063496.24 10 Jun 2026 10:20PM UTC 166
95.65
GitHub Action Run
25 run-3.3-gemfiles/rails_7_2.gemfile - 27310063496.25 10 Jun 2026 10:21PM UTC 166
95.65
GitHub Action Run
26 run-3.4-gemfiles/rack_3_0.gemfile - 27310063496.26 10 Jun 2026 10:20PM UTC 165
95.65
GitHub Action Run
27 run-3.4-gemfiles/rack_2_2.gemfile - 27310063496.27 10 Jun 2026 10:20PM UTC 165
95.61
GitHub Action Run
28 run-4.0-gemfiles/multi_json.gemfile - 27310063496.28 10 Jun 2026 10:20PM UTC 165
37.14
GitHub Action Run
29 run-4.0-gemfiles/rack_2_2.gemfile - 27310063496.29 10 Jun 2026 10:20PM UTC 165
95.61
GitHub Action Run
30 run-4.0-gemfiles/rails_8_1.gemfile - 27310063496.30 10 Jun 2026 10:20PM UTC 166
95.65
GitHub Action Run
Source Files on build 27310063496
  • Tree
  • List 166
  • Changed 2
  • Source Changed 2
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #27310063496
  • Pull Request #2762
  • PR Base - master (#27306538704)
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