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

Add remark feature #63

Merged
merged 23 commits into from
Apr 2, 2024

Fix failing test cases

ff45099
Select commit
Loading
Failed to load commit list.
Merged

Add remark feature #63

Fix failing test cases
ff45099
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 31, 2024 in 0s

75.71% (+0.89%) compared to 3f25547

View this Pull Request on Codecov

75.71% (+0.89%) compared to 3f25547

Details

Codecov Report

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

Project coverage is 75.71%. Comparing base (3f25547) to head (ff45099).
Report is 26 commits behind head on master.

❗ Current head ff45099 differs from pull request most recent head b7e319e. Consider uploading reports for the commit b7e319e to get more accurate results

Files Patch % Lines
...eedu/address/logic/parser/RemarkCommandParser.java 0.00% 9 Missing ⚠️
...c/main/java/seedu/address/model/person/Person.java 62.50% 1 Missing and 2 partials ⚠️
...c/main/java/seedu/address/model/person/Remark.java 72.72% 2 Missing and 1 partial ⚠️
...java/seedu/address/logic/commands/EditCommand.java 90.90% 0 Missing and 1 partial ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 1 Missing ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #63      +/-   ##
============================================
+ Coverage     74.82%   75.71%   +0.89%     
- Complexity      431      478      +47     
============================================
  Files            72       77       +5     
  Lines          1394     1532     +138     
  Branches        134      155      +21     
============================================
+ Hits           1043     1160     +117     
- Misses          314      327      +13     
- Partials         37       45       +8     

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