Skip to content

perf: add canary patterns to skip statistics during bulk operations

1c16e0c
Select commit
Loading
Failed to load commit list.
Open

perf: add canary patterns to skip statistics during bulk operations #150

perf: add canary patterns to skip statistics during bulk operations
1c16e0c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 3, 2026 in 0s

71.12% (+0.05%) compared to f738582

View this Pull Request on Codecov

71.12% (+0.05%) compared to f738582

Details

Codecov Report

❌ Patch coverage is 94.38202% with 5 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.12%. Comparing base (f738582) to head (1c16e0c).

Files with missing lines Patch % Lines
spp_programs/models/programs.py 76.92% 3 Missing ⚠️
spp_programs/models/managers/cycle_manager_base.py 80.00% 1 Missing ⚠️
...pp_programs/models/managers/eligibility_manager.py 83.33% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #150      +/-   ##
==========================================
+ Coverage   71.06%   71.12%   +0.05%     
==========================================
  Files         925      925              
  Lines       54704    54797      +93     
==========================================
+ Hits        38876    38973      +97     
+ Misses      15828    15824       -4     
Files with missing lines Coverage Δ
spp_programs/__manifest__.py 0.00% <ø> (ø)
spp_programs/models/cycle.py 64.92% <100.00%> (+0.24%) ⬆️
spp_programs/models/cycle_membership.py 75.00% <100.00%> (+14.13%) ⬆️
spp_programs/models/program_membership.py 54.23% <100.00%> (+12.67%) ⬆️
spp_programs/models/registrant.py 83.87% <100.00%> (+1.51%) ⬆️
spp_programs/models/managers/cycle_manager_base.py 55.12% <80.00%> (ø)
...pp_programs/models/managers/eligibility_manager.py 75.60% <83.33%> (+0.40%) ⬆️
spp_programs/models/programs.py 87.43% <76.92%> (-0.43%) ⬇️

... and 1 file 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.