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

safe-global / safe-decoder-service / 27206592053
91%

Build:
DEFAULT BRANCH: main
Ran 09 Jun 2026 12:39PM UTC
Jobs 1
Files 68
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

09 Jun 2026 12:37PM UTC coverage: 91.235%. Remained the same
27206592053

push

github

web-flow
Fix abi_json cleanup to also remove JSON null rows (#294)

The cleanup in migration 1737a3c2c89d used `WHERE abi_json IS NULL`, which
only matches SQL NULL. Rows written through the old `Column(JSON)` mapping
(without none_as_null=True) serialised Python None as the JSON `null` scalar
('null'::json), which is not SQL NULL, so the cleanup matched nothing and the
rows survived. They load back as Python None and break decoder init with
`TypeError: 'NoneType' object is not iterable`.

Match both SQL NULL and the JSON null scalar so the bad rows are actually
removed before the NOT NULL constraint is applied.

1322 of 1449 relevant lines covered (91.24%)

0.91 hits per line

Jobs
ID Job ID Ran Files Coverage
1 27206592053.1 09 Jun 2026 12:39PM UTC 68
91.24
GitHub Action Run
Source Files on build 27206592053
  • Tree
  • List 68
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • 2f3dd0eb on github
  • Prev Build on main (#27200812861)
  • Next Build on main (#27206627728)
  • 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