Skip to content

test: add coverage for async dispatch methods

b4b9ddc
Select commit
Loading
Failed to load commit list.
Open

perf: replace OFFSET pagination with ID-range batching in async jobs #148

test: add coverage for async dispatch methods
b4b9ddc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 2, 2026 in 0s

71.18% (+0.11%) compared to f738582

View this Pull Request on Codecov

71.18% (+0.11%) compared to f738582

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.18%. Comparing base (f738582) to head (b4b9ddc).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #148      +/-   ##
==========================================
+ Coverage   71.06%   71.18%   +0.11%     
==========================================
  Files         925      926       +1     
  Lines       54704    54753      +49     
==========================================
+ Hits        38876    38976     +100     
+ Misses      15828    15777      -51     
Files with missing lines Coverage Δ
spp_programs/__manifest__.py 0.00% <ø> (ø)
spp_programs/models/cycle.py 65.03% <100.00%> (+0.36%) ⬆️
spp_programs/models/managers/cycle_manager.py 78.26% <100.00%> (ø)
spp_programs/models/managers/cycle_manager_base.py 66.36% <100.00%> (+11.24%) ⬆️
spp_programs/models/managers/pagination_utils.py 100.00% <100.00%> (ø)
spp_programs/models/managers/program_manager.py 92.74% <100.00%> (+14.40%) ⬆️
spp_programs/models/programs.py 87.95% <100.00%> (+0.10%) ⬆️

... 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.