-
Notifications
You must be signed in to change notification settings - Fork 6
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
Implement test cases for MedicalHistory suite of classes #269
Conversation
Codecov Report
@@ Coverage Diff @@
## master #269 +/- ##
============================================
+ Coverage 54.06% 57.68% +3.62%
- Complexity 572 607 +35
============================================
Files 118 118
Lines 2401 2408 +7
Branches 262 267 +5
============================================
+ Hits 1298 1389 +91
+ Misses 1021 933 -88
- Partials 82 86 +4
Continue to review full report at Codecov.
|
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.
Pretty comprehensive tests of medical history class as well as its associated parser and commands. Good job!
EDIT: This PR is complete.
This PR resolves #266