CSCI-GA-2820-SU23-001 / shopcarts

NYU DevOps Shopcarts Service Summer 2023
Apache License 2.0
4 stars 4 forks source link

Split item data model for request body and response #140

Closed wl2484 closed 1 year ago

wl2484 commented 1 year ago

Goal

Split item data model into ItemBaseModel and ItemModel for request body and response, respectively

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 100.00% and no project coverage change.

Comparison is base (98bad68) 98.97% compared to head (69439b8) 98.98%. Report is 1 commits behind head on master.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #140 +/- ## ======================================= Coverage 98.97% 98.98% ======================================= Files 8 8 Lines 392 393 +1 ======================================= + Hits 388 389 +1 Misses 4 4 ``` | [Files Changed](https://app.codecov.io/gh/CSCI-GA-2820-SU23-001/shopcarts/pull/140?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SU23-001) | Coverage Δ | | |---|---|---| | [service/routes.py](https://app.codecov.io/gh/CSCI-GA-2820-SU23-001/shopcarts/pull/140?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SU23-001#diff-c2VydmljZS9yb3V0ZXMucHk=) | `100.00% <100.00%> (ø)` | |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.