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

Fix all linting issues in care #2483

Merged
merged 40 commits into from
Sep 24, 2024

revert

2e83cb2
Select commit
Loading
Failed to load commit list.
Merged

Fix all linting issues in care #2483

revert
2e83cb2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 24, 2024 in 0s

65.59% (+0.10%) compared to 7478b9a

View this Pull Request on Codecov

65.59% (+0.10%) compared to 7478b9a

Details

Codecov Report

Attention: Patch coverage is 41.80225% with 465 lines in your changes missing coverage. Please review.

Project coverage is 65.59%. Comparing base (7478b9a) to head (2e83cb2).

Files with missing lines Patch % Lines
...e/facility/api/serializers/patient_consultation.py 19.60% 34 Missing and 7 partials ⚠️
care/facility/api/serializers/file_upload.py 8.10% 31 Missing and 3 partials ⚠️
care/utils/ulid/ulid.py 40.90% 26 Missing ⚠️
care/users/api/serializers/user.py 17.39% 15 Missing and 4 partials ⚠️
care/facility/api/viewsets/patient.py 42.85% 11 Missing and 5 partials ⚠️
care/utils/notification_handler.py 23.80% 15 Missing and 1 partial ⚠️
care/facility/api/viewsets/inventory.py 6.66% 14 Missing ⚠️
care/facility/api/serializers/patient.py 43.47% 11 Missing and 2 partials ⚠️
care/facility/api/viewsets/shifting.py 7.69% 11 Missing and 1 partial ⚠️
care/facility/models/patient.py 47.36% 10 Missing ⚠️
... and 84 more
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #2483      +/-   ##
===========================================
+ Coverage    65.49%   65.59%   +0.10%     
===========================================
  Files          222      223       +1     
  Lines        13267    13383     +116     
  Branches      1882     1855      -27     
===========================================
+ Hits          8689     8779      +90     
- Misses        4191     4218      +27     
+ Partials       387      386       -1     

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