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-F08-2] D.A.V.E. #106

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

Merge pull request #212 from tiif/branch-update-acknowledgement

f2eb6cb
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-F08-2] D.A.V.E. #106

Merge pull request #212 from tiif/branch-update-acknowledgement
f2eb6cb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 20, 2023 in 1s

83.26% of diff hit (target 75.26%)

View this Pull Request on Codecov

83.26% 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 44 in src/main/java/seedu/address/commons/util/CollectionUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/util/CollectionUtil.java#L42-L44

Added lines #L42 - L44 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/ConvertClientToLeadCommand.java#L94

Added line #L94 was not covered by tests

Check warning on line 98 in src/main/java/seedu/address/logic/commands/ConvertClientToLeadCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/ConvertClientToLeadCommand.java#L98

Added line #L98 was not covered by tests

Check warning on line 83 in src/main/java/seedu/address/logic/commands/ConvertLeadToClientCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/ConvertLeadToClientCommand.java#L83

Added line #L83 was not covered by tests

Check warning on line 87 in src/main/java/seedu/address/logic/commands/ConvertLeadToClientCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/ConvertLeadToClientCommand.java#L87

Added line #L87 was not covered by tests

Check warning on line 30 in src/main/java/seedu/address/logic/commands/ListLeadCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/ListLeadCommand.java#L30

Added line #L30 was not covered by tests

Check warning on line 90 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#L90

Added line #L90 was not covered by tests

Check warning on line 11 in src/main/java/seedu/address/model/person/MeetingTimeFormatter.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/MeetingTimeFormatter.java#L11

Added line #L11 was not covered by tests

Check warning on line 127 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#L127

Added line #L127 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L58 was not covered by tests

Check warning on line 28 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#L28

Added line #L28 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#L32

Added line #L32 was 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#L36

Added line #L36 was 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#L40

Added line #L40 was not covered by tests

Check warning on line 45 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#L45

Added line #L45 was not covered by tests

Check warning on line 49 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#L49

Added line #L49 was not covered by tests

Check warning on line 184 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-L184

Added lines #L182 - L184 were not covered by tests

Check warning on line 195 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-L195

Added lines #L190 - L195 were not covered by tests

Check warning on line 202 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#L199-L202

Added lines #L199 - L202 were not covered by tests

Check warning on line 206 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#L205-L206

Added lines #L205 - L206 were not covered by tests

Check warning on line 211 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#L210-L211

Added lines #L210 - L211 were not covered by tests

Check warning on line 213 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

Added line #L213 was not covered by tests

Check warning on line 228 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#L228

Added line #L228 was not covered by tests

Check warning on line 242 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#L240-L242

Added lines #L240 - L242 were not covered by tests