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

[CS2103T-T14-2] MediTrack #42

Open
wants to merge 278 commits into
base: master
Choose a base branch
from

Conversation

jskimdev
Copy link

MediTrack helps GP clinicians record and track patients' medical history and personal information.

Copy link

codecov bot commented Feb 20, 2024

Codecov Report

Attention: Patch coverage is 62.76347% with 477 lines in your changes are missing coverage. Please review.

Project coverage is 66.02%. Comparing base (8e310d4) to head (702eb20).

❗ Current head 702eb20 differs from pull request most recent head 1e47aec. Consider uploading reports for the commit 1e47aec to get more accurate results

Files Patch % Lines
.../seedu/address/logic/parser/EditCommandParser.java 36.06% 38 Missing and 1 partial ⚠️
...seedu/address/logic/commands/EditVisitCommand.java 58.24% 36 Missing and 2 partials ⚠️
...u/address/logic/parser/EditVisitCommandParser.java 0.00% 30 Missing ⚠️
...a/seedu/address/model/patient/UniqueVisitList.java 41.30% 21 Missing and 6 partials ⚠️
...du/address/logic/parser/AddVisitCommandParser.java 0.00% 26 Missing ⚠️
src/main/java/seedu/address/ui/PatientCard.java 0.00% 24 Missing ⚠️
...address/logic/parser/DeleteVisitCommandParser.java 0.00% 20 Missing ⚠️
...java/seedu/address/storage/JsonAdaptedPatient.java 71.87% 12 Missing and 6 partials ⚠️
...java/seedu/address/logic/commands/EditCommand.java 74.24% 11 Missing and 6 partials ⚠️
...n/java/seedu/address/logic/parser/InputParser.java 64.58% 15 Missing and 2 partials ⚠️
... and 37 more
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #42      +/-   ##
============================================
- Coverage     75.26%   66.02%   -9.24%     
- Complexity      419      588     +169     
============================================
  Files            71      102      +31     
  Lines          1338     2172     +834     
  Branches        126      260     +134     
============================================
+ Hits           1007     1434     +427     
- Misses          301      662     +361     
- Partials         30       76      +46     

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

jeong-jaeho and others added 30 commits April 15, 2024 21:33
…ssage

Add error message for list-until-date
Add testcases for logic and model
Update error and invalid inputs handling
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants