Skip to content

Merge pull request #126 from NatLeong/add-ui-colours

Codecov / codecov/patch failed Apr 4, 2024 in 1s

57.18% of diff hit (target 75.26%)

View this Pull Request on Codecov

57.18% of diff hit (target 75.26%)

Annotations

Check warning on line 90 in src/main/java/seedu/address/MainApp.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/MainApp.java#L90

Added line #L90 was not covered by tests

Check warning on line 21 in src/main/java/seedu/address/commons/util/OptionalSerializer.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/util/OptionalSerializer.java#L21

Added line #L21 was not covered by tests

Check warning on line 66 in src/main/java/seedu/address/logic/LogicManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/LogicManager.java#L66

Added line #L66 was not covered by tests

Check warning on line 76 in src/main/java/seedu/address/logic/LogicManager.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/LogicManager.java#L76

Added line #L76 was not covered by tests

Check warning on line 80 in src/main/java/seedu/address/logic/Messages.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/Messages.java#L74-L80

Added lines #L74 - L80 were not covered by tests

Check warning on line 91 in src/main/java/seedu/address/logic/Messages.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/Messages.java#L87-L91

Added lines #L87 - L91 were not covered by tests

Check warning on line 22 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L22

Added line #L22 was not covered by tests

Check warning on line 47 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L44-L47

Added lines #L44 - L47 were not covered by tests

Check warning on line 52 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L52

Added line #L52 was not covered by tests

Check warning on line 55 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L55

Added line #L55 was not covered by tests

Check warning on line 59 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 65 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L65

Added line #L65 was not covered by tests

Check warning on line 70 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L70

Added line #L70 was not covered by tests

Check warning on line 74 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L73-L74

Added lines #L73 - L74 were not covered by tests

Check warning on line 81 in src/main/java/seedu/address/logic/commands/AddVisitCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddVisitCommand.java#L79-L81

Added lines #L79 - L81 were not covered by tests

Check warning on line 37 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 40 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 44 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L44

Added line #L44 was not covered by tests

Check warning on line 47 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L47

Added line #L47 was not covered by tests

Check warning on line 51 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L50-L51

Added lines #L50 - L51 were not covered by tests

Check warning on line 54 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 57 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L56-L57

Added lines #L56 - L57 were not covered by tests

Check warning on line 60 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L59-L60

Added lines #L59 - L60 were not covered by tests

Check warning on line 62 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L62

Added line #L62 was not covered by tests

Check warning on line 68 in src/main/java/seedu/address/logic/commands/CheckCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CheckCommand.java#L68

Added line #L68 was not covered by tests