Find out what’s new in the latest SonarQube LTA. Look forward to high-impact AI capabilities, more secure code at every angle, supercharged developer productivity, and even better enterprise and operational capabilities. As always, there's something for everyone with the LTA!
New code with long- and short-lived branches The distinction between new code and overall code is a key part of the SonarQube Cloud methodology. For a general introduction to the concept, see About new code. The new code definition for all long-lived branches, including the main branch, is...
In SonarQube 10.7, we released AI Code Assurance, which allows users to flag projects with AI-generated code and uses the Sonar way quality gate. In this release, Sonar provides a new recommended AI Code Assurance quality gate that covers both new code and overall code. For those of you ...
“It was difficult to use the SonarQube on-premise application. Once we pushed a new code section, the server needed to restart in order for the application to work.“December 24, 2022 Show MoreFeatures Features & Functionality: 4.4 (64) Popular features found in Continuous Integration Software...
This release introduces a range of advanced features and enhancements designed to integrate the use of AI in the Software Development Lifecycle (SDLC), enhance code security, and improve overall software quality. New as of the 2025.1 release, Sonar has adopted a 12-month release cadence for Sonar...
The Pull Request Analysis is our best option to keep your code clean of bugs and reduce manual work, increase test coverage and in the overall align the code quality across all your repositories in the most automated way possible by entirely using Github Actions, in our days it has become ...
It opens like Traceviewer where you can use the window to find selectors, its directly integrated to VS Code, all the browsers definned in playwright config will be automatically picked up and you can chosse to run individual test cases in browser of choice and also we can run tests ...
1. Write Clean Code Overall Health Discovered issues can either be Unreachable source code, a Bug, Vulnerability, Code Smell, Coverage or Duplication. Each category has a corresponding number of issues. Dashboard page shows where you stand in terms of quality in a glimpse of an eye. ...
SonarQube version: 7.0.0.36138 Thank you for looking at my report. Directory is not excluded from code coverage calculations based on the regex pattern applied to the property sonar.coverage.exclusions. The same regex …
With the above workflow, we can keep a track of the unit test coverage and analyze which services to improve. Add UT coverage tasks to a given sprint based on the above data and improve the code coverage so that we can write good quality code and deploy new features faster and safer. ...