Skip to content

Fix read model id field

cc52512
Select commit
Loading
Failed to load commit list.
Open

Fix read custom model id field #98

Fix read model id field
cc52512
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 29, 2025 in 0s

91.63% (+0.18%) compared to 1556af3

View this Pull Request on Codecov

91.63% (+0.18%) compared to 1556af3

Details

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 91.63%. Comparing base (1556af3) to head (cc52512).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #98      +/-   ##
==========================================
+ Coverage   91.44%   91.63%   +0.18%     
==========================================
  Files          44       44              
  Lines        2408     2414       +6     
  Branches      279      279              
==========================================
+ Hits         2202     2212      +10     
+ Misses        143      142       -1     
+ Partials       63       60       -3     
Files with missing lines Coverage Δ
fastapi_jsonapi/api/schemas.py 100.00% <100.00%> (ø)
fastapi_jsonapi/data_layers/base.py 93.84% <100.00%> (+0.19%) ⬆️
fastapi_jsonapi/data_layers/sqla/base_model.py 89.79% <100.00%> (ø)
fastapi_jsonapi/data_layers/sqla/orm.py 89.30% <ø> (ø)
fastapi_jsonapi/views/view_base.py 93.08% <100.00%> (+0.03%) ⬆️

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.