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

[CS2103-W10-3] ToothTracker #61

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

Merge pull request #249 from freddychenyouren2/branch-citation

5f2dbe9
Select commit
Loading
Failed to load commit list.
Open

[CS2103-W10-3] ToothTracker #61

Merge pull request #249 from freddychenyouren2/branch-citation
5f2dbe9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 29, 2023 in 1s

71.35% of diff hit (target 75.26%)

View this Pull Request on Codecov

71.35% of diff hit (target 75.26%)

Annotations

Check warning on line 51 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#L51

Added line #L51 was not covered by tests

Check warning on line 173 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#L173

Added line #L173 was not covered by tests

Check warning on line 179 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#L179

Added line #L179 was not covered by tests

Check warning on line 6 in src/main/java/seedu/address/commons/core/Messages.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/core/Messages.java#L6

Added line #L6 was not covered by tests

Check warning on line 61 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#L60-L61

Added lines #L60 - L61 were not covered by tests

Check warning on line 81 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#L81

Added line #L81 was not covered by tests

Check warning on line 86 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#L86

Added line #L86 was not covered by tests

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

Added line #L91 was not covered by tests

Check warning on line 97 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L97

Added line #L97 was not covered by tests

Check warning on line 99 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L99

Added line #L99 was not covered by tests

Check warning on line 107 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L107

Added line #L107 was not covered by tests

Check warning on line 114 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L113-L114

Added lines #L113 - L114 were not covered by tests

Check warning on line 119 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L119

Added line #L119 was not covered by tests

Check warning on line 125 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L124-L125

Added lines #L124 - L125 were not covered by tests

Check warning on line 140 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L140

Added line #L140 was not covered by tests

Check warning on line 162 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L162

Added line #L162 was not covered by tests

Check warning on line 166 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L166

Added line #L166 was not covered by tests

Check warning on line 175 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L175

Added line #L175 was not covered by tests

Check warning on line 179 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L179

Added line #L179 was not covered by tests

Check warning on line 210 in src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java#L210

Added line #L210 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddPatientCommand.java#L74

Added line #L74 was not covered by tests

Check warning on line 85 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#L85

Added line #L85 was not covered by tests

Check warning on line 63 in src/main/java/seedu/address/logic/commands/DeleteAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteAppointmentCommand.java#L63

Added line #L63 was not covered by tests

Check warning on line 94 in src/main/java/seedu/address/logic/commands/DeleteAppointmentCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteAppointmentCommand.java#L92-L94

Added lines #L92 - L94 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteDentistCommand.java#L68-L70

Added lines #L68 - L70 were not covered by tests