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-W12-3] AssetBook #44

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

Merge pull request #284 from AY2324S2-CS2103T-W12-3/fix-website

d8a58fc
Select commit
Loading
Failed to load commit list.
Open

[CS2103T-W12-3] AssetBook #44

Merge pull request #284 from AY2324S2-CS2103T-W12-3/fix-website
d8a58fc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Sep 16, 2024 in 0s

59.11% of diff hit (target 75.26%)

View this Pull Request on Codecov

59.11% of diff hit (target 75.26%)

Annotations

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

Added line #L37 was not covered by tests

Check warning on line 163 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#L163

Added line #L163 was not covered by tests

Check warning on line 166 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#L166

Added line #L166 was not covered by tests

Check warning on line 180 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#L180

Added line #L180 was not covered by tests

Check warning on line 35 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#L33-L35

Added lines #L33 - L35 were not covered by tests

Check warning on line 39 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#L39

Added line #L39 was not covered by tests

Check warning on line 75 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#L75

Added line #L75 was not covered by tests

Check warning on line 79 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#L79

Added line #L79 was not covered by tests

Check warning on line 18 in src/main/java/seedu/address/commons/exceptions/DataLoadingException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/commons/exceptions/DataLoadingException.java#L17-L18

Added lines #L17 - L18 were not covered by tests

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

Added line #L56 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#L61

Added line #L61 was not covered by tests

Check warning on line 29 in src/main/java/seedu/address/logic/commands/CommandType.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/commands/CommandType.java#L29

Added line #L29 was not covered by tests

Check warning on line 77 in src/main/java/seedu/address/storage/JsonAddressBookStorage.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAddressBookStorage.java#L77

Added line #L77 was not covered by tests

Check warning on line 79 in src/main/java/seedu/address/storage/JsonAddressBookStorage.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAddressBookStorage.java#L79

Added line #L79 was not covered by tests

Check warning on line 22 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L22

Added line #L22 was not covered by tests

Check warning on line 43 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L43

Added line #L43 was not covered by tests

Check warning on line 59 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L59

Added line #L59 was not covered by tests

Check warning on line 90 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L90

Added line #L90 was not covered by tests

Check warning on line 95 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L94-L95

Added lines #L94 - L95 were not covered by tests

Check warning on line 99 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L98-L99

Added lines #L98 - L99 were not covered by tests

Check warning on line 105 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L101-L105

Added lines #L101 - L105 were not covered by tests

Check warning on line 111 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L109-L111

Added lines #L109 - L111 were not covered by tests

Check warning on line 114 in src/main/java/seedu/address/ui/CommandBox.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/CommandBox.java#L114

Added line #L114 was not covered by tests

Check warning on line 72 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#L72

Added line #L72 was not covered by tests

Check warning on line 75 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#L75

Added line #L75 was not covered by tests