Skip to content

fix linting errors

0c78f95
Select commit
Loading
Failed to load commit list.
Draft

fix: delete plain fields #177

fix linting errors
0c78f95
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 17, 2026 in 0s

76.59% (+0.47%) compared to 8eec23e

View this Pull Request on Codecov

76.59% (+0.47%) compared to 8eec23e

Details

Codecov Report

❌ Patch coverage is 65.09804% with 178 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.59%. Comparing base (8eec23e) to head (0c78f95).
⚠️ Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
codeforlife/pprint.py 0.00% 88 Missing ⚠️
...er/management/commands/encrypt_plaintext_fields.py 0.00% 67 Missing ⚠️
codeforlife/user/models/user/user.py 82.81% 11 Missing ⚠️
codeforlife/user/models/other.py 81.25% 3 Missing ⚠️
codeforlife/user/models/klass.py 91.30% 2 Missing ⚠️
codeforlife/__init__.py 0.00% 1 Missing ⚠️
codeforlife/models/fields/data_encryption_key.py 90.90% 1 Missing ⚠️
codeforlife/models/fields/sha256.py 97.43% 1 Missing ⚠️
codeforlife/models/signals/general.py 83.33% 1 Missing ⚠️
codeforlife/settings/custom.py 0.00% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #177      +/-   ##
==========================================
+ Coverage   76.11%   76.59%   +0.47%     
==========================================
  Files         191      191              
  Lines        5502     5196     -306     
==========================================
- Hits         4188     3980     -208     
+ Misses       1314     1216      -98     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.