Skip to content

Merge pull request #417 from CJ-783/ack-dev-guide

8b3e253
Select commit
Loading
Failed to load commit list.
Open

[CS2103-F10-1] ArtHive #1

Merge pull request #417 from CJ-783/ack-dev-guide
8b3e253
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded May 2, 2025 in 1s

78.12% of diff hit (target 75.26%)

View this Pull Request on Codecov

78.12% 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 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 45 in src/main/java/seedu/address/commons/core/Config.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/core/Config.java#L45

Added line #L45 was not covered by tests

Check warning on line 61 in src/main/java/seedu/address/commons/core/GuiSettings.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/core/GuiSettings.java#L61

Added line #L61 was not covered by tests

Check warning on line 72 in src/main/java/seedu/address/commons/core/Version.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/core/Version.java#L72

Added line #L72 was not covered by tests

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

Added lines #L76 - L77 were not covered by tests

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

Added lines #L80 - L81 were not covered by tests

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

Added line #L45 was not covered by tests

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

Added line #L49 was not covered by tests

Check warning on line 56 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#L56

Added line #L56 was not covered by tests

Check warning on line 118 in src/main/java/seedu/address/model/AddressBook.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/AddressBook.java#L118

Added line #L118 was not covered by tests

Check warning on line 67 in src/main/java/seedu/address/model/UserPrefs.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/UserPrefs.java#L67

Added line #L67 was not covered by tests

Check warning on line 122 in src/main/java/seedu/address/model/person/UniquePersonList.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/UniquePersonList.java#L122

Added line #L122 was not covered by tests

Check warning on line 116 in src/main/java/seedu/address/model/tag/Project.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/tag/Project.java#L116

Added line #L116 was not covered by tests

Check warning on line 120 in src/main/java/seedu/address/model/tag/Project.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/tag/Project.java#L120

Added line #L120 was not covered by tests

Check warning on line 47 in src/main/java/seedu/address/model/tag/SetStatusDescriptor.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/tag/SetStatusDescriptor.java#L43-L47

Added lines #L43 - L47 were 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#L27-L28

Added lines #L27 - L28 were not covered by tests

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

Added lines #L32 - L33 were not covered by tests

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

Added lines #L37 - L38 were not covered by tests

Check warning on line 43 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#L42-L43

Added lines #L42 - L43 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 53 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#L52-L53

Added lines #L52 - L53 were not covered by tests

Check warning on line 44 in src/main/java/seedu/address/ui/HelpWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/HelpWindow.java#L44

Added line #L44 was not covered by tests

Check warning on line 62 in src/main/java/seedu/address/ui/HelpWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/HelpWindow.java#L59-L62

Added lines #L59 - L62 were not covered by tests

Check warning on line 64 in src/main/java/seedu/address/ui/HelpWindow.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/HelpWindow.java#L64

Added line #L64 was not covered by tests