maykinmedia / mozilla-django-oidc-db

Database-backed settings for mozilla-django-oidc, with modified unique identifiers for users
MIT License
4 stars 0 forks source link

Feature/custom config model class #32

Closed stevenbal closed 2 years ago

stevenbal commented 2 years ago

Required for: https://github.com/open-formulieren/open-forms/pull/592 because this PR uses custom config classes for both DigiD and eHerkenning

codecov-commenter commented 2 years ago

Codecov Report

Merging #32 (9282a02) into master (f576a45) will decrease coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #32      +/-   ##
==========================================
- Coverage   92.93%   92.91%   -0.03%     
==========================================
  Files          22       22              
  Lines         538      536       -2     
==========================================
- Hits          500      498       -2     
  Misses         38       38              
Impacted Files Coverage Δ
mozilla_django_oidc_db/backends.py 77.92% <ø> (-0.29%) :arrow_down:
mozilla_django_oidc_db/middleware.py 100.00% <ø> (ø)
mozilla_django_oidc_db/mixins.py 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update f576a45...9282a02. Read the comment docs.