Sonar

How to configure Sonar Code-Quality Checks in Github Action

Reading Time: 3 minutes This blog will help you how to configure Sonar Code-Quality Checks in Github Action. What is Code Quality? Quality code defines the code that functions as intended for end-users without any deficiencies. While code quality measures differently by every team. In general, it comes down to a subjective measure of common factors like maintainability, testability, readability, security, and more. Some automated tools can also analyze Continue Reading

How to integrate your MAVEN project with SonarQube

Reading Time: 3 minutes So, You want to integrate your project to SonarQube for managing the source code quality of your project. That’s indeed a wonderful idea. If you are wondering and excited to learn How to go about it, just keep calm and sit back, I will take you through the same. I am very certain that after this blog you will be able to integrate your project Continue Reading

Configuring SonarQube with Scoverage plug-in : The Complete Guide

Reading Time: 4 minutes This blog will guide you through the successful configuration of Scoverage plug-in with SonarQube for Scala source code statement coverage analysis. How Does it Work? The Scoverage plug-in for SonarQube reads the report generated by sbt scoverage plug-in and generate several reports like Statement Coverage % Analysis Lines covered by test Drilling down report to the file level The greatest advantage of SonarQube is the Continue Reading