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 Command#2 #21

Fix CodeStyle

d4837a1
Select commit
Loading
Failed to load commit list.
Closed

Add Remark Command#2 #21

Fix CodeStyle
d4837a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Mar 6, 2024 in 0s

73.25% (-2.01%) compared to d9080c8

View this Pull Request on Codecov

73.25% (-2.01%) compared to d9080c8

Details

Codecov Report

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

Project coverage is 73.25%. Comparing base (d9080c8) to head (d4837a1).
Report is 5 commits behind head on master.

Files Patch % Lines
...va/seedu/address/logic/commands/RemarkCommand.java 0.00% 24 Missing ⚠️
...eedu/address/logic/parser/RemarkCommandParser.java 0.00% 9 Missing ⚠️
...in/java/seedu/address/logic/parser/ParserUtil.java 0.00% 3 Missing ⚠️
...c/main/java/seedu/address/model/person/Remark.java 62.50% 1 Missing and 2 partials ⚠️
...java/seedu/address/logic/commands/EditCommand.java 87.50% 0 Missing and 1 partial ⚠️
.../seedu/address/logic/parser/AddressBookParser.java 0.00% 1 Missing ⚠️
...c/main/java/seedu/address/model/person/Person.java 83.33% 0 Missing and 1 partial ⚠️
src/main/java/seedu/address/ui/PersonCard.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##             master      #21      +/-   ##
============================================
- Coverage     75.26%   73.25%   -2.01%     
- Complexity      419      425       +6     
============================================
  Files            71       74       +3     
  Lines          1338     1402      +64     
  Branches        126      134       +8     
============================================
+ Hits           1007     1027      +20     
- Misses          301      340      +39     
- Partials         30       35       +5     

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