CSCI-GA-2820-SP23-001 / shopcarts

This repository contains the shopcarts service
Apache License 2.0
0 stars 1 forks source link

first iteration on bdd files #90

Closed ctn8176 closed 1 year ago

ctn8176 commented 1 year ago
codecov[bot] commented 1 year ago

Codecov Report

Patch and project coverage have no change.

Comparison is base (ef660d1) 94.89% compared to head (a10e785) 94.89%.

:exclamation: Current head a10e785 differs from pull request most recent head cb256eb. Consider uploading reports for the commit cb256eb to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #90 +/- ## ======================================= Coverage 94.89% 94.89% ======================================= Files 8 8 Lines 372 372 ======================================= Hits 353 353 Misses 19 19 ``` Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=CSCI-GA-2820-SP23-001)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.

ctn8176 commented 1 year ago

@nyu-kaitlyn copied and pasted over the changes from lab-flask-bdd. Made a first pass at generating the items + shopcarts model but not 100% sure it's correct and it v likely needs refactoring (I'm not entirely sure how to connect the two tables in the steps and features file). FYI bc we have two models, we will have to do everything twice like we did in TDD