nus-cs2103-AY2223S2 / forum

12 stars 0 forks source link

Will the use of CodeCov be graded? #246

Closed damithc closed 1 year ago

damithc commented 1 year ago

[Question posted on behalf of a student]

Question: Will the use of CodeCov be graded? Answer: No. It is a tool to help you monitor the quality of your testing, and it is up to you to decide to what extent you want to use it. Note that the quality of the testing will affect your grade indirectly as bugs found in the code will be penalized. Maintaining a high level of code coverage can indirectly help you to reduce the risk of bugs. But keep in mind that even 100% code coverage doesn't guarantee there are no bugs in the code.