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-W11-1] Murphy's List #237

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

Update DeveloperGuide.md

f84dd9a
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-W11-1] Murphy's List #237

Update DeveloperGuide.md
f84dd9a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 1, 2024 in 1s

70.58% of diff hit (target 74.09%)

View this Pull Request on Codecov

70.58% of diff hit (target 74.09%)

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 46 in src/main/java/seedu/address/logic/commands/AppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AppointmentCommand.java#L46

Added line #L46 was not covered by tests

Check warning on line 48 in src/main/java/seedu/address/logic/commands/AppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AppointmentCommand.java#L48

Added line #L48 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AppointmentCommand.java#L50-L57

Added lines #L50 - L57 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added lines #L59 - L60 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L82 was not covered by tests

Check warning on line 92 in src/main/java/seedu/address/logic/commands/LogCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/LogCommand.java#L89-L92

Added lines #L89 - L92 were not covered by tests

Check warning on line 50 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#L50

Added line #L50 was not covered by tests

Check warning on line 75 in src/main/java/seedu/address/logic/commands/SortCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/SortCommand.java#L75

Added line #L75 was not covered by tests

Check warning on line 100 in src/main/java/seedu/address/logic/parser/AddressBookParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/AddressBookParser.java#L100

Added line #L100 was not covered by tests

Check warning on line 49 in src/main/java/seedu/address/logic/parser/AppointmentCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/AppointmentCommandParser.java#L49

Added line #L49 was not covered by tests

Check warning on line 71 in src/main/java/seedu/address/logic/parser/EditCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/EditCommandParser.java#L71

Added line #L71 was not covered by tests

Check warning on line 42 in src/main/java/seedu/address/logic/parser/FindCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/FindCommandParser.java#L42

Added line #L42 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L51 was not covered by tests

Check warning on line 32 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L31-L32

Added lines #L31 - L32 were not covered by tests

Check warning on line 57 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L57

Added line #L57 was not covered by tests

Check warning on line 62 in src/main/java/seedu/address/logic/parser/RemarkCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/RemarkCommandParser.java#L62

Added line #L62 was not covered by tests

Check warning on line 28 in src/main/java/seedu/address/logic/parser/SortCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/SortCommandParser.java#L28

Added line #L28 was not covered by tests

Check warning on line 37 in src/main/java/seedu/address/logic/parser/TriageCommandParser.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/TriageCommandParser.java#L36-L37

Added lines #L36 - L37 were not covered by tests

Check warning on line 98 in src/main/java/seedu/address/model/person/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Appointment.java#L98

Added line #L98 was not covered by tests

Check warning on line 109 in src/main/java/seedu/address/model/person/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Appointment.java#L109

Added line #L109 was not covered by tests

Check warning on line 111 in src/main/java/seedu/address/model/person/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Appointment.java#L111

Added line #L111 was not covered by tests

Check warning on line 121 in src/main/java/seedu/address/model/person/Appointment.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Appointment.java#L120-L121

Added lines #L120 - L121 were not covered by tests

Check warning on line 58 in src/main/java/seedu/address/model/person/Log.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Log.java#L58

Added line #L58 was not covered by tests

Check warning on line 114 in src/main/java/seedu/address/model/person/Log.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Log.java#L114

Added line #L114 was not covered by tests