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

openwisp / openwisp-radius / 25928099438
97%

Build:
DEFAULT BRANCH: master
Ran 15 May 2026 04:17PM UTC
Jobs 1
Files 90
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

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

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

Coverage Regressions

Lines Coverage ∆ File
9
97.06
-0.0% base/models.py
Jobs
ID Job ID Ran Files Coverage
1 python- - 25928099438.1 15 May 2026 04:17PM UTC 90
97.45
GitHub Action Run
Source Files on build 25928099438
  • Tree
  • List 90
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #25928099438
  • 31f37ddb on github
  • Prev Build on master (#25828010930)
  • Next Build on master (#25973138487)
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