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

openwisp / openwisp-notifications / 26187715905
99%

Build:
DEFAULT BRANCH: master
Ran 20 May 2026 08:32PM UTC
Jobs 1
Files 35
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 May 2026 08:21PM UTC coverage: 99.091%. Remained the same
26187715905

push

github

web-flow
[chores:fix] Preserved text -> jsonb migration for JSONField fields #467

Historical migrations were updated to use models.TextField instead
of models.JSONField for fields originally backed by the third-party
jsonfield library.

The original jsonfield.fields.JSONField inherited from TextField and
stored values as PostgreSQL text. Replacing historical migration
definitions with models.JSONField caused Django to interpret the
migration transition as JSONField -> JSONField, resulting in a no-op
migration and preventing PostgreSQL columns from being converted to
jsonb.

By preserving the historical field semantics as TextField, Django can
correctly detect the transition from text -> jsonb and generate the
required ALTER COLUMN ... TYPE jsonb migration SQL during upgrades.

Closes #467

1527 of 1541 relevant lines covered (99.09%)

13.84 hits per line

Jobs
ID Job ID Ran Files Coverage
1 python- - 26187715905.1 20 May 2026 08:32PM UTC 35
99.09
GitHub Action Run
Source Files on build 26187715905
  • Tree
  • List 35
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #26187715905
  • 82bfa971 on github
  • Prev Build on master (#25944360299)
  • Next Build on master (#26199521191)
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