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 #129

Merged
merged 11 commits into from
Nov 1, 2023

Merge branch '86-add-remarks' of https://github.com/cyaoxuan/tp into …

8f2ccca
Select commit
Loading
Failed to load commit list.
Merged

Add Remark command #129

Merge branch '86-add-remarks' of https://github.com/cyaoxuan/tp into …
8f2ccca
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 1, 2023 in 0s

74.19% of diff hit (target 63.82%)

View this Pull Request on Codecov

74.19% of diff hit (target 63.82%)

Annotations

Check warning on line 94 in src/main/java/seedu/address/logic/parser/AddressBookParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/AddressBookParser.java#L94

Added line #L94 was not covered by tests

Check warning on line 16 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L16

Added line #L16 was not covered by tests

Check warning on line 24 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L23-L24

Added lines #L23 - L24 were not covered by tests

Check warning on line 31 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L29-L31

Added lines #L29 - L31 were not covered by tests

Check warning on line 33 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L33

Added line #L33 was not covered by tests

Check warning on line 35 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L35

Added line #L35 was not covered by tests

Check warning on line 37 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L37

Added line #L37 was not covered by tests

Check warning on line 172 in src/main/java/seedu/address/model/person/Person.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Person.java#L172

Added line #L172 was not covered by tests

Check warning on line 36 in src/main/java/seedu/address/model/person/Remark.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Remark.java#L36

Added line #L36 was not covered by tests

Check warning on line 69 in src/main/java/seedu/address/ui/PersonCard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/PersonCard.java#L69

Added line #L69 was not covered by tests