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

Allow cost parameter for deliveries to take in optional cents input #163

Merged
merged 1 commit into from
Nov 1, 2024

Modify cost to take in cents input

4d4d048
Select commit
Loading
Failed to load commit list.
Merged

Allow cost parameter for deliveries to take in optional cents input #163

Modify cost to take in cents input
4d4d048
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Nov 1, 2024 in 1s

60.00% of diff hit (target 61.71%)

View this Pull Request on Codecov

60.00% of diff hit (target 61.71%)

Annotations

Check warning on line 46 in src/main/java/seedu/address/model/delivery/Cost.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/delivery/Cost.java#L46

Added line #L46 was not covered by tests

Check warning on line 48 in src/main/java/seedu/address/model/delivery/Cost.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/delivery/Cost.java#L48

Added line #L48 was not covered by tests

Check warning on line 9 in src/main/java/seedu/address/model/delivery/exceptions/InvalidCostException.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/delivery/exceptions/InvalidCostException.java#L8-L9

Added lines #L8 - L9 were not covered by tests