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

Convert ABDM into Plug - Part 2/3 #2313

Merged
merged 89 commits into from
Oct 18, 2024

added replace migrations for migrations with abdm dependencies

9d83712
Select commit
Loading
Failed to load commit list.
Merged

Convert ABDM into Plug - Part 2/3 #2313

added replace migrations for migrations with abdm dependencies
9d83712
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jul 22, 2024 in 1s

63.82% (+0.33%) compared to 1912662

View this Pull Request on Codecov

63.82% (+0.33%) compared to 1912662

Details

Codecov Report

Attention: Patch coverage is 37.50000% with 70 lines in your changes missing coverage. Please review.

Project coverage is 63.82%. Comparing base (1912662) to head (9d83712).
Report is 43 commits behind head on develop.

Files Patch % Lines
care/abdm/api/viewsets/healthid.py 3.70% 26 Missing ⚠️
care/abdm/api/viewsets/abha_number.py 55.00% 18 Missing ⚠️
care/abdm/service/request.py 7.69% 12 Missing ⚠️
care/abdm/utils/api_call.py 20.00% 4 Missing ⚠️
care/abdm/api/viewsets/consent.py 25.00% 3 Missing ⚠️
care/abdm/service/gateway.py 25.00% 3 Missing ⚠️
care/abdm/api/viewsets/auth.py 0.00% 2 Missing ⚠️
care/abdm/api/viewsets/health_information.py 0.00% 1 Missing ⚠️
care/abdm/api/viewsets/hip.py 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2313      +/-   ##
===========================================
+ Coverage    63.48%   63.82%   +0.33%     
===========================================
  Files          238      237       -1     
  Lines        13264    13324      +60     
  Branches      1886     1906      +20     
===========================================
+ Hits          8421     8504      +83     
+ Misses        4490     4469      -21     
+ Partials       353      351       -2     

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