Skip to content

adding model caching for UserSpec and other frequently used specs#3461

Closed
praffq wants to merge 12 commits into
developfrom
prafful/adding-model-caching-in-specs
Closed

adding model caching for UserSpec and other frequently used specs#3461
praffq wants to merge 12 commits into
developfrom
prafful/adding-model-caching-in-specs

Merge branch 'develop' into prafful/adding-model-caching-in-specs

f3b4eb7
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2026 in 0s

74.74% (+0.06%) compared to 2823dd5

View this Pull Request on Codecov

74.74% (+0.06%) compared to 2823dd5

Details

Codecov Report

❌ Patch coverage is 73.86364% with 23 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.74%. Comparing base (2823dd5) to head (f3b4eb7).

Files with missing lines Patch % Lines
care/emr/resources/observation/spec.py 25.00% 3 Missing ⚠️
care/emr/resources/device/history_spec.py 50.00% 1 Missing and 1 partial ⚠️
care/emr/resources/facility/spec.py 33.33% 2 Missing ⚠️
care/emr/resources/file_upload/spec.py 71.42% 1 Missing and 1 partial ⚠️
...esources/inventory/supply_request/request_order.py 75.00% 0 Missing and 2 partials ⚠️
care/emr/resources/resource_request/spec.py 60.00% 1 Missing and 1 partial ⚠️
care/emr/resources/scheduling/resource/spec.py 33.33% 2 Missing ⚠️
care/emr/api/viewsets/patient.py 50.00% 1 Missing ⚠️
care/emr/resources/device/spec.py 50.00% 1 Missing ⚠️
care/emr/resources/healthcare_service/spec.py 75.00% 1 Missing ⚠️
... and 5 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3461      +/-   ##
===========================================
+ Coverage    74.67%   74.74%   +0.06%     
===========================================
  Files          471      471              
  Lines        21507    21478      -29     
  Branches      2225     2198      -27     
===========================================
- Hits         16061    16053       -8     
+ Misses        4955     4945      -10     
+ Partials       491      480      -11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 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.