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 duplicate remark prefixes bug and add test case

063f62a
Select commit
Loading
Failed to load commit list.
Merged

Add remark feature #63

Fix duplicate remark prefixes bug and add test case
063f62a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 1, 2024 in 0s

89.53% of diff hit (target 76.18%)

View this Pull Request on Codecov

89.53% of diff hit (target 76.18%)

Annotations

Check warning on line 81 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#L81

Added line #L81 was not covered by tests

Check warning on line 52 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#L52

Added line #L52 was not covered by tests

Check warning on line 127 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#L127

Added line #L127 was not covered by tests

Check warning on line 42 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#L42

Added line #L42 was not covered by tests

Check warning on line 63 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#L63

Added line #L63 was not covered by tests