-
-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Description
We would like to add code coverage metrics to our project in order to better track the effectiveness of our testing. This will help us identify areas of the code that need more attention and ensure that all critical parts of the codebase are adequately tested. To accomplish this, we can use the SimpleCov gem (https://github.com/simplecov-ruby/simplecov).
Scope
This issue covers the implementation of code coverage for our automated testing suite. The SimpleCov gem is a popular code coverage tool for Ruby projects, and it should be easy to integrate with our current testing framework. We will need to add the gem to our Gemfile and configure it appropriately.
Objective
The objective of this request is to improve the quality and reliability of our codebase by adding code coverage to our automated testing suite. By ensuring that all critical parts of the codebase are adequately tested, we can catch bugs and issues before they make it to production and provide a better experience for our users.