Skip to content

adding model caching and resolving n+1 issues#3484

Closed
praffq wants to merge 23 commits into
developfrom
prafful/resolve-n+1-issues
Closed

adding model caching and resolving n+1 issues#3484
praffq wants to merge 23 commits into
developfrom
prafful/resolve-n+1-issues

Merge branch 'develop' into prafful/resolve-n+1-issues

9e2b2d8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 27, 2026 in 0s

74.54% (+0.05%) compared to 9607f4d

View this Pull Request on Codecov

74.54% (+0.05%) compared to 9607f4d

Details

Codecov Report

❌ Patch coverage is 72.58065% with 17 lines in your changes missing coverage. Please review.
✅ Project coverage is 74.54%. Comparing base (9607f4d) to head (9e2b2d8).

Files with missing lines Patch % Lines
care/emr/api/viewsets/patient.py 40.00% 3 Missing ⚠️
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/file_upload/spec.py 71.42% 1 Missing and 1 partial ⚠️
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/facility.py 50.00% 1 Missing ⚠️
...re/emr/resources/medication/administration/spec.py 0.00% 1 Missing ⚠️
care/emr/resources/valueset/spec.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3484      +/-   ##
===========================================
+ Coverage    74.49%   74.54%   +0.05%     
===========================================
  Files          471      471              
  Lines        21679    21628      -51     
  Branches      2257     2226      -31     
===========================================
- Hits         16149    16122      -27     
+ Misses        5029     5017      -12     
+ Partials       501      489      -12     

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