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 issue #18 #33

Merged
merged 15 commits into from
Mar 15, 2024
Merged

Conversation

Rishit02
Copy link

@Rishit02 Rishit02 commented Mar 13, 2024

Update add command to specify next of kin and description for Person
Change test case: include next of kin and description information
Test for add command is insufficient
 Let's,
* improve the test case to include tests for next of kins
* include tests for description
@Rishit02 Rishit02 added this to the v1.2 milestone Mar 13, 2024
@Rishit02 Rishit02 self-assigned this Mar 13, 2024
@Rishit02 Rishit02 requested a review from Jolonauh March 14, 2024 06:05
Copy link

@Jolonauh Jolonauh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A few small issues here and there, but it is overall fine.

Copy link

codecov bot commented Mar 15, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 76.33%. Comparing base (4dd7dcd) to head (177e4a3).

Additional details and impacted files
@@             Coverage Diff              @@
##             master      #33      +/-   ##
============================================
+ Coverage     76.05%   76.33%   +0.28%     
- Complexity      443      445       +2     
============================================
  Files            73       73              
  Lines          1424     1424              
  Branches        140      140              
============================================
+ Hits           1083     1087       +4     
+ Misses          307      305       -2     
+ Partials         34       32       -2     

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

@Jolonauh Jolonauh merged commit 859538a into AY2324S2-CS2103T-W12-4:master Mar 15, 2024
5 checks passed
@Jolonauh
Copy link

LGTM

@pjanthony2001 pjanthony2001 linked an issue Mar 17, 2024 that may be closed by this pull request
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.

Update "add" command to allow for these fields
2 participants