Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropped age column from patient registration and annotated age in patient viewset #1966

Merged
merged 24 commits into from
Apr 2, 2024

rebase migrations

5bd404a
Select commit
Loading
Failed to load commit list.
Merged

Dropped age column from patient registration and annotated age in patient viewset #1966

rebase migrations
5bd404a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 30, 2024 in 0s

62.58% (+0.04%) compared to fa46f2f

View this Pull Request on Codecov

62.58% (+0.04%) compared to fa46f2f

Details

Codecov Report

Attention: Patch coverage is 73.07692% with 7 lines in your changes are missing coverage. Please review.

Project coverage is 62.58%. Comparing base (fa46f2f) to head (5bd404a).

Files Patch % Lines
care/facility/models/patient_icmr.py 44.44% 5 Missing ⚠️
care/facility/api/serializers/patient.py 66.66% 1 Missing ⚠️
care/facility/models/patient.py 80.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #1966      +/-   ##
===========================================
+ Coverage    62.54%   62.58%   +0.04%     
===========================================
  Files          223      223              
  Lines        12270    12271       +1     
  Branches      1752     1750       -2     
===========================================
+ Hits          7674     7680       +6     
+ Misses        4274     4269       -5     
  Partials       322      322              

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