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

openwisp / openwisp-users
98%

Build:
DEFAULT BRANCH: master
Repo Added 06 Mar 2017 05:53PM UTC
Files 31
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

LAST BUILD ON BRANCH master
branch: master
CHANGE BRANCH
x
Reset
  • master
  • 1.0
  • bump-version
  • chores/use-theme-colors
  • css-fixes
  • dependabot/github_actions/actions/cache-5
  • dependabot/github_actions/actions/checkout-5
  • dependabot/github_actions/actions/checkout-6
  • dependabot/github_actions/actions/setup-python-6
  • dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
  • dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.11.1
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.3.0
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.3.1
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.4.1
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.6.0
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.7.0
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.8.1
  • dependabot/pip/django-allauth-socialaccount--approx-eq-65.9.0
  • dependabot/pip/django-extensions-approx-eq-4.1
  • dependabot/pip/django-organizations-approx-eq-2.5.0
  • dependabot/pip/django-phonenumber-field-approx-eq-8.1.0
  • dependabot/pip/django-phonenumber-field-gte-8.1.0-and-lt-8.4.0
  • dependabot/pip/django-phonenumber-field-gte-8.1.0-and-lt-8.5.0
  • dependabot/pip/django-redis-approx-eq-6.0.0
  • dependabot/pip/django-reversion-approx-eq-6.0.0
  • dependabot/pip/django-reversion-approx-eq-6.1.0
  • dependabot/pip/django-sesame-approx-eq-3.2.3
  • dependabot/pip/phonenumbers-approx-eq-8.13.52
  • dependabot/pip/phonenumbers-approx-eq-8.13.54
  • dependabot/pip/phonenumbers-approx-eq-8.13.55
  • dependabot/pip/phonenumbers-approx-eq-9.0.10
  • dependabot/pip/phonenumbers-approx-eq-9.0.13
  • dependabot/pip/phonenumbers-approx-eq-9.0.15
  • dependabot/pip/phonenumbers-approx-eq-9.0.2
  • dependabot/pip/phonenumbers-approx-eq-9.0.4
  • dependabot/pip/phonenumbers-approx-eq-9.0.6
  • dependabot/pip/phonenumbers-approx-eq-9.0.8
  • drop-python3.9
  • issues/238-view-shared-objects
  • issues/354-refactor-baseemailview
  • issues/432-deps
  • issues/482-password-reset-not-displaying-site-name
  • minor-improvements
  • new-menu
  • qa
  • release/1.2.0
  • replicate-version-branch
  • switch-to-prettier
  • tests/api-query-clarity

13 Jan 2026 07:53PM UTC coverage: 97.894%. Remained the same
20970630117

push

github

nemesifier
[docs] Replaced repl with standard python-console

1720 of 1757 relevant lines covered (97.89%)

13.71 hits per line

Relevant lines Covered
Build:
Build:
1757 RELEVANT LINES 1720 COVERED LINES
13.71 HITS PER LINE
Source Files on master
  • Tree
  • List 31
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
20970630117 master [docs] Replaced repl with standard python-console push 13 Jan 2026 08:01PM UTC nemesifier github
97.89
20969556260 master [docs] Fixed Python REPL code blocks push 13 Jan 2026 07:24PM UTC nemesifier github
97.89
20868240098 master [ci] Bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits... push 09 Jan 2026 11:14PM UTC nemesifier github
97.89
20859836380 master [fix] Ensure site_name displays in password reset email #482 Fixes #482 --------- Co-authored-by: Federico Capoano <f.capoano@openwisp.io> push 09 Jan 2026 05:23PM UTC web-flow github
97.89
20603551275 master [ci] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELO... push 30 Dec 2025 06:51PM UTC nemesifier github
97.89
20602742818 master [deps] Update django-phonenumber-field requirement Updates the requirements on [django-phonenumber-field](https://github.com/stefanfoulis/django-phonenumber-field) to permit the latest version. - [Release notes](https://github.com/stefanfoulis/dj... push 30 Dec 2025 06:04PM UTC nemesifier github
97.89
20519892421 master [ui] Use theme color variables from openwisp-utils #473 Replace hardcoded RGBA values in admin.css with shared theme color variables provided by openwisp-utils to ensure consistent theming. Fixes #473 push 26 Dec 2025 09:21AM UTC pandafy github
97.89
20511190639 master [ci] Drop python3.9 push 25 Dec 2025 09:35PM UTC nemesifier github
97.89
19857102284 master [fix] Prevent authentication without a username in UsersAuthenticationBackend Some authentication backends (such as token-based or external identity providers) may invoke this backend without supplying a username. In such cases, the backend would... push 02 Dec 2025 11:34AM UTC nemesifier github
97.89
19832799803 master [deps] Update django-allauth[socialaccount] requirement --- updated-dependencies: - dependency-name: django-allauth[socialaccount] dependency-version: 65.13.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@git... push 01 Dec 2025 06:15PM UTC nemesifier github
97.89
See All Builds (1210)
  • Repo on GitHub
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