nbovee / shop-inventory

Dockerized Django with Postgres, Gunicorn, and Traefik or Caddy (with auto renew Let's Encrypt)
MIT License
0 stars 4 forks source link

Inventory #30

Open Ssoto17 opened 5 months ago

Ssoto17 commented 5 months ago

Reworked Inventory app with the given models

coveralls commented 5 months ago

Pull Request Test Coverage Report for Build 9410712430

Details


Files with Coverage Reduction New Missed Lines %
website/settings.py 2 96.55%
<!-- Total: 2 -->
Totals Coverage Status
Change from base Build 9374772163: 0.2%
Covered Lines: 131
Relevant Lines: 141

💛 - Coveralls
nbovee commented 5 months ago

Note to self: look into makng model PKs on the name, and having the form use get_or_create functionality to increase qty if an inventory item is attempted to be add that already exists.