ionicsoft / vidon

A student project to create a video on demand web service. Will only host public-access content.
0 stars 1 forks source link

[WIP] Final revisions and Coverage testing #58

Closed Wyvernix closed 5 years ago

Wyvernix commented 5 years ago

Presentation is due next Wednesday. We should consider this our final deadline and all changes should be completed before then.

closes #42 closes #49

Wyvernix commented 5 years ago

All of the bugs I know of are squashed except for creating the payments form. This closes #49. All the features are done except ratings and notification email.

shadowskye13 commented 5 years ago

Test cases that need attention: test "should update friend request" test "should activate account" test "should sign in through cookie"

Wyvernix commented 5 years ago

So far coverage is at 93% C-0 and 45% C-1. We should first focus on getting C-0 into 95-99% and C-1 should increase as well. This should be easy since there is only around 100 branches in the program code. Coverage testing is beneficial in uncovering dead or unused code, and we should consider removing or refactoring this code.

Wyvernix commented 5 years ago

image

shadowskye13 commented 5 years ago

Screen Shot 2019-05-04 at 5 34 54 PM