CSCI-GA-2820-FA24-001 / wishlists

NYU DevOps Wishlists Service Fall 2024
Apache License 2.0
0 stars 0 forks source link

add more model tests. #35

Closed yingliu019 closed 2 hours ago

yingliu019 commented 2 hours ago

Add more tests. Now we reach

Name Stmts Miss Cover Missing

service/init.py 22 2 91% 49-50 service/common/cli_commands.py 7 0 100% service/common/error_handlers.py 37 3 92% 106-108 service/common/log_handlers.py 10 1 90% 35 service/common/status.py 45 0 100% service/config.py 7 0 100% service/models.py 114 4 96% 30, 61, 144, 224 service/routes.py 127 9 93% 134, 228-230, 315-317, 337-338

TOTAL 369 19 95%

FAIL Required test coverage of 95% not reached. Total coverage: 94.85%