2022-Spring-NYU-DevOps-Shopcarts / shopcarts

Shopcarts squad.
Apache License 2.0
2 stars 2 forks source link

fixed typos #98

Closed TimothyXu closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #98 (0e09307) into main (059fc2f) will not change coverage. The diff coverage is n/a.

@@           Coverage Diff           @@
##             main      #98   +/-   ##
=======================================
  Coverage   98.94%   98.94%           
=======================================
  Files           7        7           
  Lines         380      380           
=======================================
  Hits          376      376           
  Misses          4        4           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 059fc2f...0e09307. Read the comment docs.

kdokm commented 2 years ago

I just wonder what's the difference between 'in the results' and 'in shopcarts table'? Two methods look like the same.

TimothyXu commented 2 years ago

Parsed by steps.py, 'x in the results' will check if x is in the main table, and 'x in the shopcarts table' will be in the separate shopcarts table that's only used for listing all shopcarts

kdokm commented 2 years ago

Parsed by steps.py, 'x in the results' will check if x is in the main table, and 'x in the shopcarts table' will be in the separate shopcarts table that's only used for listing all shopcarts

Oh I forgot it, thank you for the clarification!