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

rpatil524 / huginn / 27162396894
88%

Build:
DEFAULT BRANCH: master
Ran 08 Jun 2026 10:16PM UTC
Jobs 4
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

08 Jun 2026 07:16PM UTC coverage: 88.048% (+0.004%) from 88.044%
27162396894

push

github

knu
Handle native JSON values in JSON serializer

During native JSON column migration or mixed boot paths, Active Record can
still route a serialized attribute through JsonWithIndifferentAccess even
though the database adapter has already decoded the JSON column value into a
Hash.  That inconsistent state makes the legacy serializer call JSON.parse on
the Hash and fail with "no implicit conversion of Hash into String".

Only parse String input as JSON so already-decoded Hash values are wrapped
with indifferent access.  Keep parser error handling scoped to JSON.parse and
cover string, hash, and nil inputs.

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

7816 of 8877 relevant lines covered (88.05%)

947.65 hits per line

Uncovered Changes

Lines Coverage ∆ File
2
80.0
8.57% lib/json_with_indifferent_access.rb
Jobs
ID Job ID Ran Files Coverage
1 27162396894.1 08 Jun 2026 10:16PM UTC 336
88.03
GitHub Action Run
2 27162396894.2 08 Jun 2026 10:16PM UTC 336
88.03
GitHub Action Run
3 27162396894.3 08 Jun 2026 10:18PM UTC 336
88.03
GitHub Action Run
4 27162396894.4 08 Jun 2026 10:20PM UTC 336
88.03
GitHub Action Run
Source Files on build 27162396894
  • Tree
  • List 168
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #27162396894
  • e9df7521 on github
  • Prev Build on master (#27094225813)
  • Next Build on master (#27231186708)
  • Delete
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