AY2425S1-CS2103T-T08-1 / tp

MIT License
2 stars 5 forks source link

Fix UG and DG #274

Closed travisim closed 1 week ago

travisim commented 1 week ago

Unifies public addresses to be in non caps and uses real public addresses for ETH and BTC. Fixed searchpa command issues

codecov[bot] commented 1 week ago

Codecov Report

Attention: Patch coverage is 71.42857% with 2 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...ss/logic/parser/AddPublicAddressCommandParser.java 50.00% 1 Missing :warning:
...a/seedu/address/model/addresses/PublicAddress.java 75.00% 1 Missing :warning:
Files with missing lines Coverage Δ Complexity Δ
...ess/logic/commands/SearchPublicAddressCommand.java 100.00% <100.00%> (ø) 12.00 <0.00> (ø)
...ss/logic/parser/AddPublicAddressCommandParser.java 88.46% <50.00%> (ø) 4.00 <0.00> (ø)
...a/seedu/address/model/addresses/PublicAddress.java 82.14% <75.00%> (ø) 15.00 <1.00> (ø)