-
Notifications
You must be signed in to change notification settings - Fork 293
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
ICD-11 diagnosis cannot be both provisional and final #1673
Conversation
Codecov ReportAll modified lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1673 +/- ##
==========================================
+ Coverage 60.02% 60.17% +0.14%
==========================================
Files 208 208
Lines 11319 11321 +2
Branches 1606 1607 +1
==========================================
+ Hits 6794 6812 +18
+ Misses 4301 4289 -12
+ Partials 224 220 -4
☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The tests need to pass too :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@sainak should we move the loading of icd11 to in-memory for tests to somewhere else?
or is it fine for now since we'll soon rewrite how we populate icd11/medibase to in memory in the first place?
its fine for now |
lgtm @vigneshhari can you review it |
The model changes from #1690 will naturally solve the related issue. |
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