Skip to content

chore: use ConfigDict instead of class-based Config in API v2 schemas#243

Open
kneckinator wants to merge 1 commit into
19.0from
chore/pydantic-configdict-schemas
Open

chore: use ConfigDict instead of class-based Config in API v2 schemas#243
kneckinator wants to merge 1 commit into
19.0from
chore/pydantic-configdict-schemas

chore: use ConfigDict instead of class-based Config in API v2 schemas

1bb7984
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 27, 2026 in 0s

71.76% (+0.20%) compared to 2125f79

View this Pull Request on Codecov

71.76% (+0.20%) compared to 2125f79

Details

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 71.76%. Comparing base (2125f79) to head (1bb7984).
⚠️ Report is 203 commits behind head on 19.0.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             19.0     #243      +/-   ##
==========================================
+ Coverage   71.55%   71.76%   +0.20%     
==========================================
  Files         977      995      +18     
  Lines       58265    59348    +1083     
==========================================
+ Hits        41694    42590     +896     
- Misses      16571    16758     +187     
Files with missing lines Coverage Δ
...pp_api_v2_change_request/schemas/change_request.py 100.00% <100.00%> (ø)
spp_api_v2_cycles/schemas/cycle.py 100.00% <100.00%> (ø)
spp_api_v2_entitlements/schemas/entitlement.py 100.00% <100.00%> (ø)
spp_api_v2_products/schemas/product.py 100.00% <100.00%> (ø)
spp_api_v2_products/schemas/product_category.py 100.00% <100.00%> (ø)
spp_api_v2_products/schemas/uom.py 100.00% <100.00%> (ø)
spp_api_v2_service_points/schemas/service_point.py 100.00% <100.00%> (ø)

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