Skip to content

fix(lint): clear remaining pre-commit + Semgrep OSS findings

84328e8
Select commit
Loading
Failed to load commit list.
Draft

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

fix(lint): clear remaining pre-commit + Semgrep OSS findings
84328e8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded May 15, 2026 in 1s

71.85% (+0.16%) compared to 30f6364

View this Pull Request on Codecov

71.85% (+0.16%) compared to 30f6364

Details

Codecov Report

❌ Patch coverage is 82.92047% with 131 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.85%. Comparing base (30f6364) to head (84328e8).
⚠️ Report is 62 commits behind head on 19.0.

Files with missing lines Patch % Lines
...dci_server_disability/routers/disability_router.py 25.80% 46 Missing ⚠️
...ci_server_disability/models/fastapi_endpoint_dr.py 36.84% 12 Missing ⚠️
spp_cel_dci_bridge/models/dci_dispatcher.py 92.56% 11 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 ⚠️
spp_dci_openspp_dr/services/openspp_dr_service.py 84.61% 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 ⚠️
spp_cel_domain/models/cel_executor.py 57.14% 6 Missing ⚠️
... and 6 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #199      +/-   ##
==========================================
+ Coverage   71.68%   71.85%   +0.16%     
==========================================
  Files         942      976      +34     
  Lines       55470    56347     +877     
==========================================
+ Hits        39763    40487     +724     
- Misses      15707    15860     +153     
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 25 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.