Skip to content

feat(spp_pii_encryption): port PII encryption core from openspp-modules - #232

Merged
gonzalesedwin1123 merged 14 commits into
19.0from
migrate-spp-pii-encryption
Aug 25, 2026
Merged

feat(spp_pii_encryption): port PII encryption core from openspp-modules#232
gonzalesedwin1123 merged 14 commits into
19.0from
migrate-spp-pii-encryption

docs(spp_pii_encryption): apply CI-generated README/index.html

ad1fd01
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Aug 25, 2026 in 1s

75.95% (+0.18%) compared to 92a3c20

View this Pull Request on Codecov

75.95% (+0.18%) compared to 92a3c20

Details

Codecov Report

❌ Patch coverage is 95.81882% with 12 lines in your changes missing coverage. Please review.
✅ Project coverage is 75.95%. Comparing base (92a3c20) to head (ad1fd01).
⚠️ Report is 2 commits behind head on 19.0.

Files with missing lines Patch % Lines
spp_pii_encryption/models/audit_log.py 90.56% 5 Missing ⚠️
spp_pii_encryption/models/encrypted_field_mixin.py 97.51% 4 Missing ⚠️
...p_pii_encryption/models/field_encryption_config.py 95.65% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #232      +/-   ##
==========================================
+ Coverage   75.76%   75.95%   +0.18%     
==========================================
  Files         546      552       +6     
  Lines       36576    36906     +330     
==========================================
+ Hits        27713    28031     +318     
- Misses       8863     8875      +12     
Files with missing lines Coverage Δ
spp_pii_encryption/__init__.py 100.00% <100.00%> (ø)
spp_pii_encryption/models/__init__.py 100.00% <100.00%> (ø)
...p_pii_encryption/models/field_encryption_config.py 95.65% <95.65%> (ø)
spp_pii_encryption/models/encrypted_field_mixin.py 97.51% <97.51%> (ø)
spp_pii_encryption/models/audit_log.py 90.56% <90.56%> (ø)

... and 4 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.