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

openwisp / openwisp-radius / 25928099438 / 1
97%
master: 97%

Build:
DEFAULT BRANCH: master
Ran 15 May 2026 04:20PM UTC
Files 90
Run time 3s
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

15 May 2026 04:07PM UTC coverage: 97.453%. Remained the same
25928099438.1

push

github

web-flow
[change:radius] Replace third-party JSONField with Django built-in JSONField #600

Replaced jsonfield package's JSONField with Django's built-in JSONField
in RadiusBatch.user_credentials and OrganizationRadiusSettings.sms_meta_data.

Rewrote the two historical migrations that referenced jsonfield.fields
(0007_sms_verification, 0009_radbatch_user_credentials_field) to use
django.db.models.JSONField directly, allowing the jsonfield package to
be removed from setup.py.

RadiusBatch.prefix_add now assigns user_credentials as a Python list
directly instead of json.dumps()-ing it first. Migration 0044 converts
existing double-encoded JSON strings in user_credentials to proper JSON
values, iterating with .iterator() for memory efficiency.

Closes #600

4170 of 4279 relevant lines covered (97.45%)

10.72 hits per line

Source Files on job python- - 25928099438.1
  • Tree
  • List 90
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 25928099438
  • 31f37ddb on github
  • Prev Job for on master (#25828010930.1)
  • Next Job for on master (#25973138487.1)
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