nyu-devops-squad/shopcarts

Add more test cases to reach 95% coverage

Closed this issue · 1 comments

The current code coverage is only 94.78%, and we need more test cases to reach the 95% requirement.
A potential problems is to find ways to cover the not_found() function in error_handlers.py (line 44). The current version does not cover this function.

We have refactored our code to enable Swagger Docs (#127 ). The code coverage has reached 96.15%. This is no longer an issue.