Hacktoberfest / hacktoberfest-2020

Hacktoberfest - App to manage the annual open-source challenge, used for the 2019 & 2020 seasons.
https://hacktoberfest.digitalocean.com
Other
496 stars 147 forks source link

Add simplecov test coverage limit threshold. #693

Closed razanjoshi closed 3 years ago

razanjoshi commented 3 years ago

Description

This PR includes using Simplecov gem and setting a minimum threshold for test coverage which ensures a certain level of tests necessary for a build to pass.

As the current test coverage was found to be 72%, I have set the threshold to 72% for now for CI build to pass. image

image

Requirements to merge