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

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

Build:
Build:
LAST BUILD BRANCH: perf/build-headers-each-header
DEFAULT BRANCH: master
Ran 10 Jun 2026 10:45PM 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:21PM UTC coverage: 96.839% (-0.003%) from 96.842%
27311187721

Pull #2762

github

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

Restore the original `Grape::Json = ::JSON` stdlib fallback (the wrapper
module added in #2759 is no longer needed) and fix the json_class
deserialization vector at its source: parse incoming bodies with
JSON.parse instead of JSON.load.

JSON.parse never honours the json_class additions mechanism, so it keeps
json_class payloads inert without the create_additions: false wrapper,
without the per-call delegation, and without depending on JSON.load's
shifting defaults (deprecated since json 2.8.0, defaulting to false in 3.0).

Net change vs. master: lib/grape/json.rb returns to its pre-#2759 shape;
lib/grape/parser/json.rb switches .load to .parse.

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

23227.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-4.0-gemfiles/rails_8_0.gemfile - 27311187721.1 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
2 run-3.3-gemfiles/rack_3_2.gemfile - 27311187721.2 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
3 run-4.0-gemfiles/rack_2_2.gemfile - 27311187721.3 10 Jun 2026 10:45PM UTC 165
95.61
GitHub Action Run
4 run-4.0-gemfiles/rack_3_0.gemfile - 27311187721.4 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
5 run-4.0-gemfiles/rack_3_2.gemfile - 27311187721.5 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
6 run-3.3-gemfiles/rails_7_2.gemfile - 27311187721.6 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
7 run-4.0-Gemfile - 27311187721.7 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
8 run-4.0-gemfiles/rack_3_1.gemfile - 27311187721.8 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
9 run-3.4-gemfiles/rack_3_1.gemfile - 27311187721.9 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
10 run-3.3-gemfiles/rails_8_0.gemfile - 27311187721.10 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
11 run-3.3-gemfiles/rails_8_1.gemfile - 27311187721.11 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
12 run-4.0-gemfiles/hashie.gemfile - 27311187721.12 10 Jun 2026 10:45PM UTC 165
62.52
GitHub Action Run
13 run-4.0-gemfiles/multi_xml.gemfile - 27311187721.13 10 Jun 2026 10:45PM UTC 165
37.14
GitHub Action Run
14 run-3.4-gemfiles/rack_3_0.gemfile - 27311187721.14 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
15 run-3.3-gemfiles/rack_2_2.gemfile - 27311187721.15 10 Jun 2026 10:45PM UTC 165
95.61
GitHub Action Run
16 run-4.0-gemfiles/rails_7_2.gemfile - 27311187721.16 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
17 run-3.4-Gemfile - 27311187721.17 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
18 run-3.3-gemfiles/rack_3_0.gemfile - 27311187721.18 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
19 run-3.4-gemfiles/rails_7_2.gemfile - 27311187721.19 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
20 run-3.4-gemfiles/rails_8_0.gemfile - 27311187721.20 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
21 run-4.0-gemfiles/rails_8_1.gemfile - 27311187721.21 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
22 run-4.0-gemfiles/grape_swagger.gemfile - 27311187721.22 10 Jun 2026 10:45PM UTC 165
55.32
GitHub Action Run
23 run-4.0-gemfiles/dry_validation.gemfile - 27311187721.23 10 Jun 2026 10:45PM UTC 165
58.38
GitHub Action Run
24 run-3.3-gemfiles/rack_3_1.gemfile - 27311187721.24 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
25 run-4.0-gemfiles/grape_entity.gemfile - 27311187721.25 10 Jun 2026 10:45PM UTC 165
50.32
GitHub Action Run
26 run-3.4-gemfiles/rack_3_2.gemfile - 27311187721.26 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
27 run-3.4-gemfiles/rails_8_1.gemfile - 27311187721.27 10 Jun 2026 10:45PM UTC 166
95.65
GitHub Action Run
28 run-3.3-Gemfile - 27311187721.28 10 Jun 2026 10:45PM UTC 165
95.65
GitHub Action Run
29 run-4.0-gemfiles/multi_json.gemfile - 27311187721.29 10 Jun 2026 10:45PM UTC 165
37.14
GitHub Action Run
30 run-3.4-gemfiles/rack_2_2.gemfile - 27311187721.30 10 Jun 2026 10:45PM UTC 165
95.61
GitHub Action Run
Source Files on build 27311187721
  • 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 #27311187721
  • 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