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

Fix bugs in logic classes #247

Merged
merged 4 commits into from
Nov 7, 2023

Add test cases for json addressbook

00b4d89
Select commit
Loading
Failed to load commit list.
Merged

Fix bugs in logic classes #247

Add test cases for json addressbook
00b4d89
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 7, 2023 in 1s

62.72% of diff hit (target 66.82%)

View this Pull Request on Codecov

62.72% of diff hit (target 66.82%)

Annotations

Check warning on line 117 in src/main/java/seedu/address/logic/commands/AddEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddEventCommand.java#L117

Added line #L117 was not covered by tests

Check warning on line 121 in src/main/java/seedu/address/logic/commands/AddEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddEventCommand.java#L121

Added line #L121 was not covered by tests

Check warning on line 126 in src/main/java/seedu/address/logic/commands/AddEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddEventCommand.java#L126

Added line #L126 was not covered by tests

Check warning on line 128 in src/main/java/seedu/address/logic/commands/AddEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddEventCommand.java#L128

Added line #L128 was not covered by tests

Check warning on line 133 in src/main/java/seedu/address/logic/commands/AddScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddScheduleCommand.java#L133

Added line #L133 was not covered by tests

Check warning on line 137 in src/main/java/seedu/address/logic/commands/AddScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddScheduleCommand.java#L137

Added line #L137 was not covered by tests

Check warning on line 142 in src/main/java/seedu/address/logic/commands/AddScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddScheduleCommand.java#L142

Added line #L142 was not covered by tests

Check warning on line 144 in src/main/java/seedu/address/logic/commands/AddScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddScheduleCommand.java#L144

Added line #L144 was not covered by tests

Check warning on line 101 in src/main/java/seedu/address/logic/commands/RemoveEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveEventCommand.java#L101

Added line #L101 was not covered by tests

Check warning on line 105 in src/main/java/seedu/address/logic/commands/RemoveEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveEventCommand.java#L105

Added line #L105 was not covered by tests

Check warning on line 110 in src/main/java/seedu/address/logic/commands/RemoveEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveEventCommand.java#L110

Added line #L110 was not covered by tests

Check warning on line 112 in src/main/java/seedu/address/logic/commands/RemoveEventCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveEventCommand.java#L112

Added line #L112 was not covered by tests

Check warning on line 135 in src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java#L135

Added line #L135 was not covered by tests

Check warning on line 139 in src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java#L139

Added line #L139 was not covered by tests

Check warning on line 144 in src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java#L144

Added line #L144 was not covered by tests

Check warning on line 146 in src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/RemoveScheduleCommand.java#L146

Added line #L146 was not covered by tests