Skip to content

feat: SP→DR mirror via DCI register-individual, with SR-disability dr…

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

feat: CEL ↔ DCI bridge (spp_cel_dci_bridge) + OpenG2P preset (spp_dci_openg2p) #199

feat: SP→DR mirror via DCI register-individual, with SR-disability dr…
0a5f269
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 19, 2026 in 1s

71.89% (+0.21%) compared to 30f6364

View this Pull Request on Codecov

71.89% (+0.21%) compared to 30f6364

Details

Codecov Report

❌ Patch coverage is 81.34851% with 213 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.89%. Comparing base (30f6364) to head (0a5f269).
⚠️ Report is 109 commits behind head on 19.0.

Files with missing lines Patch % Lines
...dci_server_disability/routers/disability_router.py 18.86% 86 Missing ⚠️
spp_dci_openspp_dr/services/openspp_dr_service.py 63.51% 27 Missing ⚠️
spp_cel_dci_bridge/models/dci_dispatcher.py 89.86% 15 Missing ⚠️
spp_dci_openg2p/wizards/sr_import_wizard.py 94.05% 12 Missing ⚠️
...ci_server_disability/models/fastapi_endpoint_dr.py 36.84% 12 Missing ⚠️
spp_dci_openg2p/models/dci_dispatcher.py 79.48% 8 Missing ⚠️
spp_dci_openg2p/services/openg2p_social_service.py 84.61% 8 Missing ⚠️
spp_dci_openspp_dr/models/dci_dispatcher.py 79.48% 8 Missing ⚠️
...r_disability/services/disability_search_service.py 89.87% 8 Missing ⚠️
spp_cel_dci_bridge/models/eligibility_manager.py 80.55% 7 Missing ⚠️
... and 9 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #199      +/-   ##
==========================================
+ Coverage   71.68%   71.89%   +0.21%     
==========================================
  Files         942      980      +38     
  Lines       55470    56722    +1252     
==========================================
+ Hits        39763    40780    +1017     
- Misses      15707    15942     +235     
Files with missing lines Coverage Δ
spp_cel_dci_bridge/__init__.py 100.00% <100.00%> (ø)
spp_cel_dci_bridge/exceptions.py 100.00% <100.00%> (ø)
spp_cel_dci_bridge/models/__init__.py 100.00% <100.00%> (ø)
spp_cel_dci_bridge/models/cel_variable.py 100.00% <100.00%> (ø)
spp_cel_dci_bridge/models/data_provider.py 100.00% <100.00%> (ø)
spp_cel_dci_bridge/models/dci_data_source.py 100.00% <100.00%> (ø)
spp_dci_openg2p/__init__.py 100.00% <100.00%> (ø)
spp_dci_openg2p/models/__init__.py 100.00% <100.00%> (ø)
spp_dci_openg2p/models/dci_data_source.py 100.00% <100.00%> (ø)
spp_dci_openg2p/services/__init__.py 100.00% <100.00%> (ø)
... and 29 more

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