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

feat: Include RemarkCommand feature #7

Closed

Conversation

pra-navi
Copy link

No description provided.

@codecov
Copy link

codecov bot commented Sep 20, 2023

Codecov Report

Merging #7 (acdbda8) into master (858e34a) will increase coverage by 0.85%.
Report is 5 commits behind head on master.
The diff coverage is 96.66%.

@@             Coverage Diff              @@
##             master       #7      +/-   ##
============================================
+ Coverage     75.26%   76.11%   +0.85%     
- Complexity      419      442      +23     
============================================
  Files            71       74       +3     
  Lines          1338     1394      +56     
  Branches        126      132       +6     
============================================
+ Hits           1007     1061      +54     
- Misses          301      303       +2     
  Partials         30       30              
Files Changed Coverage Δ
src/main/java/seedu/address/ui/PersonCard.java 0.00% <0.00%> (ø)
...c/main/java/seedu/address/model/person/Remark.java 87.50% <87.50%> (ø)
...java/seedu/address/logic/commands/EditCommand.java 97.46% <100.00%> (+0.03%) ⬆️
...va/seedu/address/logic/commands/RemarkCommand.java 100.00% <100.00%> (ø)
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø)
.../seedu/address/logic/parser/AddressBookParser.java 100.00% <100.00%> (ø)
...ain/java/seedu/address/logic/parser/CliSyntax.java 85.71% <100.00%> (+2.38%) ⬆️
...eedu/address/logic/parser/RemarkCommandParser.java 100.00% <100.00%> (ø)
...c/main/java/seedu/address/model/person/Person.java 97.43% <100.00%> (+0.21%) ⬆️
.../java/seedu/address/model/util/SampleDataUtil.java 25.00% <100.00%> (+5.00%) ⬆️
... and 1 more

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@jiakai-17 jiakai-17 added the type.Tutorial A tutorial task that is tracked and needs to be completed. Not necessary to merge this PR. label Sep 20, 2023
@jiakai-17 jiakai-17 linked an issue Sep 20, 2023 that may be closed by this pull request
@jiakai-17 jiakai-17 added this to the Week 6 milestone Sep 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type.Tutorial A tutorial task that is tracked and needs to be completed. Not necessary to merge this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Complete Tutorial 2 - Adding a new Command - pra-navi
3 participants