-
Notifications
You must be signed in to change notification settings - Fork 321
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
Allows diagnoses starting with disease code to be available in ICD11 Search #1823
Conversation
Codecov ReportAttention:
Additional details and impacted files@@ Coverage Diff @@
## master #1823 +/- ##
==========================================
+ Coverage 61.25% 61.34% +0.08%
==========================================
Files 208 208
Lines 11530 11532 +2
Branches 1647 1647
==========================================
+ Hits 7063 7074 +11
+ Misses 4199 4184 -15
- Partials 268 274 +6 ☔ View full report in Codecov by Sentry. |
Fix tests and we should be good to merge |
@vigneshhari the issue was when running the tests, the in-memory table was being built before the DB was populated with the ICD11 data. Hence 0 records were loaded onto the in-memory table. It was not being lazy loaded accidentally due to other functions in the same file being imported from other places. I've now ensured that ICD11 is always lazy-loaded. |
Proposed Changes
Associated Issue
Merge Checklist
/docs
Only PR's with test cases included and passing lint and test pipelines will be reviewed
@coronasafe/care-backend-maintainers @coronasafe/care-backend-admins