Enabling Code Coverage and Writing Test Cases for SonarCloud Analysis

Introduction: SonarCloud is a powerful code quality and analysis platform that helps developers maintain clean, maintainable, and bug-free code. One important aspect of code quality is code coverage, which measures the percentage of code lines covered by automated tests. In this blog post, we will explore how to enable code coverage and write effective test