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

Refactor models component: abstract out Set<Tag> into Tags.java #8

Merged
merged 7 commits into from
Feb 29, 2024

Remove Optional and Mandatory packages

804bd73
Select commit
Loading
Failed to load commit list.
Merged

Refactor models component: abstract out Set<Tag> into Tags.java #8

Remove Optional and Mandatory packages
804bd73
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Feb 29, 2024 in 0s

79.06% of diff hit (target 74.22%)

View this Pull Request on Codecov

79.06% of diff hit (target 74.22%)

Annotations

Check warning on line 59 in src/main/java/seedu/address/model/person/fields/Tags.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/fields/Tags.java#L59

Added line #L59 was not covered by tests

Check warning on line 68 in src/main/java/seedu/address/model/person/fields/Tags.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/fields/Tags.java#L68

Added line #L68 was not covered by tests

Check warning on line 54 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#L51-L54

Added lines #L51 - L54 were not covered by tests

Check warning on line 57 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#L56-L57

Added lines #L56 - L57 were not covered by tests