Skip to content

fix(ci): prevent codecov/project from blocking PRs

248e524
Select commit
Loading
Failed to load commit list.
Merged

feat: add spp_hazard_programs, spp_import_match, and spp_oauth modules #83

fix(ci): prevent codecov/project from blocking PRs
248e524
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 9, 2026 in 0s

65.18% (-3.11%) compared to a3fec68

View this Pull Request on Codecov

65.18% (-3.11%) compared to a3fec68

Details

Codecov Report

❌ Patch coverage is 79.41176% with 91 lines in your changes missing coverage. Please review.
✅ Project coverage is 65.18%. Comparing base (a3fec68) to head (248e524).
⚠️ Report is 13 commits behind head on 19.0.

Files with missing lines Patch % Lines
spp_import_match/models/base_import.py 55.65% 51 Missing ⚠️
spp_import_match/models/base.py 80.55% 14 Missing ⚠️
spp_import_match/models/import_match.py 94.17% 6 Missing ⚠️
spp_dci_client_crvs/services/crvs_service.py 42.85% 4 Missing ⚠️
spp_key_management/models/key_provider_aws_kms.py 20.00% 4 Missing ⚠️
spp_key_management/models/key_provider_gcp_kms.py 25.00% 3 Missing ⚠️
spp_dci_client_dr/services/dr_service.py 50.00% 2 Missing ⚠️
spp_key_management/models/key_provider_vault.py 33.33% 2 Missing ⚠️
spp_dci_client/services/client.py 0.00% 1 Missing ⚠️
spp_hazard_programs/__manifest__.py 0.00% 1 Missing ⚠️
... and 3 more
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0      #83      +/-   ##
==========================================
- Coverage   68.28%   65.18%   -3.11%     
==========================================
  Files         557      677     +120     
  Lines       31666    38209    +6543     
==========================================
+ Hits        21622    24905    +3283     
- Misses      10044    13304    +3260     
Files with missing lines Coverage Δ
..._change_request/services/change_request_service.py 73.09% <100.00%> (+0.10%) ⬆️
spp_hazard_programs/__init__.py 100.00% <100.00%> (ø)
spp_hazard_programs/models/__init__.py 100.00% <100.00%> (ø)
spp_hazard_programs/models/incident.py 100.00% <100.00%> (ø)
spp_import_match/__init__.py 100.00% <100.00%> (ø)
spp_import_match/models/__init__.py 100.00% <100.00%> (ø)
spp_import_match/models/queue_job.py 100.00% <100.00%> (ø)
spp_key_management/models/key_manager.py 80.55% <100.00%> (ø)
spp_oauth/__init__.py 100.00% <100.00%> (ø)
spp_oauth/models/__init__.py 100.00% <100.00%> (ø)
... and 17 more

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