AY2425S1-CS2103-F12-1 / tp

MIT License
0 stars 4 forks source link

Add InsurancePlans class #64

Closed zi-yii closed 3 weeks ago

zi-yii commented 3 weeks ago

InsurancePlans class is to support the addition of more than 1 insurance plans to Person class later on. This is because each client can purchase more than 1 insurance plan.

codecov[bot] commented 3 weeks ago

Codecov Report

Attention: Patch coverage is 0% with 15 lines in your changes missing coverage. Please review.

Files with missing lines Patch % Lines
...address/model/person/insurance/InsurancePlans.java 0.00% 15 Missing :warning:
Files with missing lines Coverage Δ Complexity Δ
...address/model/person/insurance/InsurancePlans.java 0.00% <0.00%> (ø) 0.00 <0.00> (?)
RezwanAhmed123 commented 3 weeks ago

49 partly completed.