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

Change MainWindow to update student and schedule list after each command #66

Merged

Change MainWindow to update student and schedule list after each command

139a7c1
Select commit
Loading
Failed to load commit list.
Merged

Change MainWindow to update student and schedule list after each command #66

Change MainWindow to update student and schedule list after each command
139a7c1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Apr 4, 2024 in 0s

11.76% of diff hit (target 71.25%)

View this Pull Request on Codecov

11.76% of diff hit (target 71.25%)

Annotations

Check warning on line 82 in src/main/java/seedu/address/logic/commands/AddLessonCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddLessonCommand.java#L82

Added line #L82 was not covered by tests

Check warning on line 51 in src/main/java/seedu/address/logic/parser/AddLessonCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/AddLessonCommandParser.java#L51

Added line #L51 was not covered by tests

Check warning on line 185 in src/main/java/seedu/address/ui/MainWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/MainWindow.java#L182-L185

Added lines #L182 - L185 were not covered by tests

Check warning on line 192 in src/main/java/seedu/address/ui/MainWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/MainWindow.java#L190-L192

Added lines #L190 - L192 were not covered by tests

Check warning on line 214 in src/main/java/seedu/address/ui/MainWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/MainWindow.java#L213-L214

Added lines #L213 - L214 were not covered by tests

Check warning on line 36 in src/main/java/seedu/address/ui/ScheduleListPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/ScheduleListPanel.java#L36

Added line #L36 was not covered by tests

Check warning on line 38 in src/main/java/seedu/address/ui/ScheduleListPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/ScheduleListPanel.java#L38

Added line #L38 was not covered by tests

Check warning on line 54 in src/main/java/seedu/address/ui/ScheduleListPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/ScheduleListPanel.java#L54

Added line #L54 was not covered by tests