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

[CS2103T-F12-1] Uno FAS #84

Open
wants to merge 612 commits into
base: master
Choose a base branch
from

Merge pull request #344 from nikele2001/Branch-Update-DG

35569bb
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-F12-1] Uno FAS #84

Merge pull request #344 from nikele2001/Branch-Update-DG
35569bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 14, 2023 in 1s

80.92% of diff hit (target 75.26%)

View this Pull Request on Codecov

80.92% of diff hit (target 75.26%)

Annotations

Check warning on line 39 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#L39

Added line #L39 was not covered by tests

Check warning on line 91 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#L91

Added line #L91 was not covered by tests

Check warning on line 106 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#L102-L106

Added lines #L102 - L106 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CommandResult.java#L91

Added line #L91 was not covered by tests

Check warning on line 129 in src/main/java/seedu/address/logic/commands/CommandResult.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CommandResult.java#L129

Added line #L129 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L133 was not covered by tests

Check warning on line 64 in src/main/java/seedu/address/logic/commands/ScheduleCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/ScheduleCommand.java#L64

Added line #L64 was not covered by tests

Check warning on line 146 in src/main/java/seedu/address/logic/parser/ParserUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/ParserUtil.java#L146

Added line #L146 was not covered by tests

Check warning on line 52 in src/main/java/seedu/address/model/appointment/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/appointment/Appointment.java#L52

Added line #L52 was not covered by tests

Check warning on line 59 in src/main/java/seedu/address/model/appointment/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/appointment/Appointment.java#L59

Added line #L59 was not covered by tests

Check warning on line 83 in src/main/java/seedu/address/model/appointment/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/appointment/Appointment.java#L83

Added line #L83 was not covered by tests

Check warning on line 30 in src/main/java/seedu/address/model/appointment/NullAppointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/appointment/NullAppointment.java#L30

Added line #L30 was not covered by tests

Check warning on line 194 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#L194

Added line #L194 was not covered by tests

Check warning on line 32 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 36 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L35-L36

Added lines #L35 - L36 were not covered by tests

Check warning on line 40 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L39-L40

Added lines #L39 - L40 were not covered by tests

Check warning on line 44 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L43-L44

Added lines #L43 - L44 were not covered by tests

Check warning on line 48 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L47-L48

Added lines #L47 - L48 were not covered by tests

Check warning on line 52 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L51-L52

Added lines #L51 - L52 were not covered by tests

Check warning on line 16 in src/main/java/seedu/address/ui/AppointmentCard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/AppointmentCard.java#L16

Added line #L16 was not covered by tests

Check warning on line 45 in src/main/java/seedu/address/ui/AppointmentCard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/AppointmentCard.java#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 51 in src/main/java/seedu/address/ui/AppointmentCard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/AppointmentCard.java#L47-L51

Added lines #L47 - L51 were not covered by tests

Check warning on line 18 in src/main/java/seedu/address/ui/AppointmentListPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/AppointmentListPanel.java#L18

Added line #L18 was not covered by tests

Check warning on line 30 in src/main/java/seedu/address/ui/AppointmentListPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/AppointmentListPanel.java#L27-L30

Added lines #L27 - L30 were not covered by tests

Check warning on line 35 in src/main/java/seedu/address/ui/AppointmentListPanel.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/AppointmentListPanel.java#L35

Added line #L35 was not covered by tests