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-T10-3] ProjectPRO #124

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

Merge pull request #319 from Kailash201/v1.4c

c729853
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-T10-3] ProjectPRO #124

Merge pull request #319 from Kailash201/v1.4c
c729853
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 14, 2023 in 1s

69.88% of diff hit (target 75.26%)

View this Pull Request on Codecov

69.88% of diff hit (target 75.26%)

Annotations

Check warning on line 38 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#L38

Added line #L38 was not covered by tests

Check warning on line 89 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#L89

Added line #L89 was not covered by tests

Check warning on line 77 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#L77

Added line #L77 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddCommand.java#L60

Added line #L60 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L64 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddCommand.java#L74-L75

Added lines #L74 - L75 were not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L64 was not covered by tests

Check warning on line 79 in src/main/java/seedu/address/logic/commands/AddGroupMeetingTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddGroupMeetingTimeCommand.java#L79

Added line #L79 was not covered by tests

Check warning on line 84 in src/main/java/seedu/address/logic/commands/AddGroupMeetingTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/AddGroupMeetingTimeCommand.java#L84

Added line #L84 was not covered by tests

Check warning on line 36 in src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java#L36

Added line #L36 was not covered by tests

Check warning on line 44 in src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java#L44

Added line #L44 was not covered by tests

Check warning on line 49 in src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java#L49

Added line #L49 was not covered by tests

Check warning on line 54 in src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeleteGroupTimeCommand.java#L54

Added line #L54 was not covered by tests

Check warning on line 38 in src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java#L38

Added line #L38 was not covered by tests

Check warning on line 46 in src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L46 was not covered by tests

Check warning on line 51 in src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java#L51

Added line #L51 was not covered by tests

Check warning on line 56 in src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/DeletePersonTimeCommand.java#L56

Added line #L56 was not covered by tests

Check warning on line 59 in src/main/java/seedu/address/logic/commands/FindFreeTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/FindFreeTimeCommand.java#L58-L59

Added lines #L58 - L59 were not covered by tests

Check warning on line 78 in src/main/java/seedu/address/logic/commands/FindFreeTimeCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/FindFreeTimeCommand.java#L78

Added line #L78 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

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

Added line #L83 was not covered by tests

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

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/FindFreeTimeCommand.java#L96-L99

Added lines #L96 - L99 were not covered by tests

Check warning on line 54 in src/main/java/seedu/address/logic/commands/GroupPersonCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/GroupPersonCommand.java#L54

Added line #L54 was not covered by tests

Check warning on line 59 in src/main/java/seedu/address/logic/commands/GroupPersonCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/GroupPersonCommand.java#L59

Added line #L59 was not covered by tests

Check warning on line 73 in src/main/java/seedu/address/logic/commands/GroupPersonCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/GroupPersonCommand.java#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 58 in src/main/java/seedu/address/logic/commands/GroupRemarkCommand.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/GroupRemarkCommand.java#L58

Added line #L58 was not covered by tests