How to find logs about importing code coverage

When coverage data isn’t appearing as expected in SonarQube Server / Community Build or SonarQube Cloud, the first place you should look is the scanner logs.

Where do I find the scanner logs?

:warning: This will likely be broken out into its own guide soon

The Scanner logs are the output of executing one of the scanners, either directly or wrapped by one of many integrations, such as the SonarScanner for Jenkins, SonarScanner for Azure DevOps, SonarQube/SonarCloud GitHub Actions or SonarQube / SonarCloud Bitbucket Pipes.

:thinking: The answer to the question "how was Sonar analysis enabled for this repository" should usually answer the question, “where do I find the scanner logs”?

The following list should help you find the scanner logs if you’re really not sure where to look – as well as how to add a DEBUG flag for more verbose log information.

Scanner Command Debug Flag Notes
SonarScanner for Gradle gradle sonarqube/sonar --debug Almost no logs are included without --info or --debug
SonarScanner for .NET (.NET Global Tool) dotnet sonarscanner begin /d:sonar.verbose=true
SonarScanner for .NET (.NET Core) dotnet <path to SonarScanner.MSBuild.dll> begin /d:sonar.verbose=true
SonarScanner for .NET (.NET Framework) SonarScanner.MSBuild.exe begin /d:sonar.verbose=true
SonarScanner for Maven mvn sonar:sonar -X
SonarScanner for Ant ant sonar -v
SonarScanner CLI sonar-scanner -X

How do I find information about coverage import?

A Scan is made up of various Sensors with different duties such as analyzing code, and also the import of coverage data. In the logs, you’ll find information about what each sensor has done, including warnings/errors.

Here’s an example of the JavaScript/TypeScript Coverage [javascript] sensor

INFO: Sensor JavaScript/TypeScript Coverage [javascript]
INFO: No LCOV files were found using /home/ec2-user/agent/_work/1/s/**/coverage/lcov.info
WARN: No coverage information will be saved because all LCOV files cannot be found.
INFO: Sensor JavaScript/TypeScript Coverage [javascript] (done) | time=703ms

The following are the sensors you should be on the lookout for when diagnosing/reporting coverage import issues. You can directly search the text in the “Sensor” column in your scanner logs.

Language Sensor
Generic Test Data Generic Coverage Report
Apex Test coverage Sensor for Apex [apex]
C/C++/Objective-C (gcov) gcov [cpp]
C/C++/Objective-C (llvm-cov) llvm-cov [cpp]
C/C++/Objective-C (Visual Studio Coverage) VisualStudioCoverage [cpp]
C/C++/Objective-C (Bullseye) bullseye [cpp]
C# C# Tests Coverage Report Import [csharp]
Flex Flex Cobertura [flex]
Go Go Cover sensor for Go coverage [go]
Java/JVM-based language (Scala/Kotlin) JaCoCo XML Report Importer (Jacoco)
JavaScript/TypeScript JavaScript/TypeScript Coverage [javascript]
PHP Sensor PHP sensor [php]
Python Cobertura Sensor for Python coverage [python]
Ruby SimpleCov Sensor for Ruby coverage [ruby]
Scala Scoverage sensor for Scala coverage [scala]
Swift Swift Code Quality and Security [swift]
VB.NET VB.NET Tests Coverage Report Import [vbnet]

It’s these logs (between the start of the sensor and when it’s (done) that are most useful in understanding what happened during the import of coverage data.

6 Likes
Sonar Cloud not picking up coverage report
Service with coverage in 0
Problem with sonar analysis
Sonar Cloud unable to analyze C and C++ files
PR decoration reading more lines than in the PR
Cannot Set Branches to Read From
Code coverage not taking gcov while sonar-scanner is running
GitLab Runner : The "build-wrapper-dump.json" file was found but 0 C/C++/Objective-C files
Even if source files excluded from Sonar analysis, code smells are identified
Generic issues imported are all labeled as BUGs
Sonar cube Showing as 0.0% code coverage for Maven Project with Multi Module
Zero Coverage in CI
Jenkins CI driven sonarQube analysis reporting 0 scanned files
Sudden spike in usage
Code Coverage not showing up in Sonarcloud for dotnet projects which were showing coverage earlier
SonarQube Analysis going to Main branch instead of the correct branch
Excluded files marked are still being analyzed regardless
Why "Please, make sure your "sonar.junit.reportPaths" property is configured properly"?
The main branch has no lines of code help
Sonarqube plugin loads only unit test coverage and not integration
The main branch of this project is empty. I see hypen under lines of code and coverage
Not able to get coverage report (json or cobertura) on SonarQube Dashboard
Bitbucket Pipeline times out
Java 17 with sonarqube 9.8
SonarCloud doesn't analize all the lines of code files
Code coverage is not updated on sonarqube server
EsLint issues Import fails with Expected BEGIN_ARRAY
Master - Overall code 'loses' issues and doesn't reflect full repo scan result
ERROR: Project not found. Please check the 'sonar.projectKey' and 'sonar.organization' properties, t
We have upgraded the Sonarqube version from 9.9 to 10.5, from then we are facing issues
NPE during analysis
“main” branch has not been analyzed yet and you have multiple branches already
Sonarcloud stopped scanning all fiiles from source location
Quality gate doesnt appear to be working
Sonarcloud-github-action coverage percentage missing from sonar cloud
Python code coverage report not pushed to Sonarcloud
Code Coverage from Blazor App - Azure DevOps CI
Unable to view complete code coverage on Sonar Cloud server when used multi module Gradle project
Problem with excluding files from scan
How to migrate SonarCloud projects
Sonarqube is not detecting new-code correctly
Unable to scan pr branch
Sonarscan coverage dropped to 0% on new code
ERROR Error during SonarScanner Engine execution org.springframework.beans.factory.Bean
SonarQube PR Analysis Not Working After Migrating to GitHub
SonarQube fails to detect New Issues after the first scan in GitLab CI/CD
Keystore errors in Sonar Gradle Scanner 6.x
Excluding coverage with `sonar.coverage.exclusions` is not working
[error]self signed certificate in certificate chain
Test Coverage Discrepancies Between Local Environment and SonarCloud
New Code coverage is 0 after upgrade from 8.9 to 9.9
New code coverage is 0 when it actually exists
Inconsistent Dashboard & Reports
.NET SonarScanner Coverage Not Reported in SonarQube
SonarQube 9.7.1 - Importing golangci-lint issues is buggy
Sonar not show coverage in ios swift project
"No analysable projects were found" task in azure pipeline on C Drive
Master has no lines of code for angular application even though we build it from master branch
Wrong number of lines showing in Coverage section on PRs
"The main branch of this project is empty." for my .net core 3.2 project
StackOverFlow Exception during Sonar Analysis
Sonar reporting issues in old code base
Coverage not showing for few files/folders in .Net azure pipelines
Sonarqube not read opencover report
GitLab pipeline is success, but not able to visualize the code result in SonarQube
Scanner error on version 9.8
All pull_reuqest triggered job failed but workflow_dispatch success
Quality Gate does not fail with reference branch
Pull Requests are not visible in SonarQube dashboard?
The analysis step takes approximately 35 minutes for a 38K lines TypeScript codebase in the ADO
Bitbucket yml pipeline PHP project scans JS sourcefiles for 40 min
Analysis fails with the error 'number of lines exceed organization plan'
Code Coverage 0% but Localy The Coverage is 100%
Sonarcloud warnings "component key 'repo-name:directory' not found"
SonarQube not scanning all the modules listed in the Source Directory
Extra Issues highlighted on lines with no code change
Very slow javascript/typescipt analysis for project
Sonarqube is part of the build, but the project is empty - The main branch has no lines of code!
Code coverage is not showing in SonarQube 8.9
Scan results from Azure Pipelines (typescript/react) not showing up in SonarCloud
Coverage report doesn't include coverage for main files
Sonarcloud- shows 0 coverage for Typescript (Using AzureDevOps Pipeline)
Code Analysis Error after upgrade to 9.8
I Can't get into sonarcloud coverage 0.0%
Cognitive complexity is 0
0 lines of code openapi
SonarCloud not picking up duplication exclusions
"HTTP method POST is required" & "Component key 'xxx' not found"
Code Coverage is not shown in the SonarQube
Analysis on Flutter code taking too much after SQ upgrade
Sonar Report not publishing
Azure DevOps SonarQubeAnalyze@5 & SonarQube 9.9 LTS failing to download scanner jar
Code Coverage for dot net code
.c Files which is not present in build-wrapper-dump.json is considered while executing sonar-scanner
Memory usage during sonar analyzing (Azure Devops/C#)
Security Hotspot reported in excluded folder/file
Only 1 random file gets analyzed
Cannot view imported ESLint Findings into SonarQube 9.9.3
Bringing code coverage in SonarQube for (dotnet code) project and (react+node ) project
Old Code PR issue is reflecting on New code PR
Analysis failing on Android project after Sonarqube 8.9 LTS upgrade
Please check that inclusion/exclusion patterns produce disjoint sets for main and test files -> [Hel
0 lines of code in project
File being indexed twice
Sonar coverage is not calculated
java.lang.IllegalStateException: The bridge server is unresponsive
Conflicting Values
How to scan individual .net projects code with Pull request decoration in a single repository
SonarCloud Analysis is not reflecting in portal when CircleCI has completed successfully
Cannot setup coverage analysis for Azure DevOps pipeline
Kotlin analysis through sonnar-scanner
SonarQube incorrectly identifying cpp:S5817: this function should be declared const
Failed sonarqube
Sonar scanner with docker is very slow compared to the local one
Issue on New Code is incorrect
Sonar scanning taking long time in version 10.6.0.92116
Code Coverage showing 0 in Sonarqube Portal
Unable to see code coverage while using sonar from Jenkins and azure
Error regarding JavaScript/TypeScript/CSS rules were not executed. Only Node.js v14.17 or later is s
SpotBugs items not reported
Nx (Monorepo) + Sonar + Github Actions not working
Real need help about coverage mismatch according jacoco and sonar
SonarCloud Analysis Inconsistencies
Need to Exclude files of Js,html and css files in my project scan
Can't be indexed twice - a file from sonar.tests folder
Publish quality gate results task in Azure DevOps taking too long time to complete
GitHub Actions Self-hosted runner Sonar properties file missing
Code coverage showing always 0%
Importing Newman test data
Discrepancy Between Local Jacoco Report and SonarQube Code Coverage
Error while using build-wrapper-linux-x86 for C Code | execvp: No such file or directory
Extra Issues highlighted on lines with no code change
Jest Reports Not Showing Up For a Node Project
C++ merge request analysis passes, but main branch fails
Azure DevOps SonarQubeAnalyze@5 is not finding java netiher in JAVA_HOME nor PATH
Sonar Cloud Quality Gate not showing up under Status Checks in Azure DevOps Branch Policies
Coverage shows 0%
How to change SonarQube version in SonarCloud?
Error coverage report project in typescript
Sonar-scanner is not able to conduct full analysis of protected branch properly in case of active CI
Zero bugs in first analysis
SonarQube Developer 9.9 old code smell is showing in New PR also
SonarQube Community version Authentication Failed
Code coverage issue of Apex class in Sonarqube
Sonarqube codecoverage zero
Coverage is showing 0% in sonarcloud
When I excluded a package, In the sonarcloud report, I can see bugs issued from that package
The main branch has no lines of code.2
Cannot get code coverage analysis result for a PR
After updating to version 1.1.0 oif sonarCloud my test folder is now included in the analysis
Sonar caverage not showing for only main branch (i.e develop)
Running Sonar on monorepo
Sonar is reporting unexpected findings for java custom profile
No other Branches except develop are visible in SonarQube
C# Test Coverage not showing in SonarQube Dashboard
SonarCloud Python Code Coverage Result Doesn't Match
Sonarqube 8.9.6 - code coverage not running
Azure DevOps Quality Gate not decorating pull requests
Bitbucket integration with private nexus artifact repository
Not able to view code coverage in sonarcube
Please provide steps for scan code coverage into .net core, windows local setup and Azure DevOps
SonarCloud Analysis not scanning code in Repository
Not able to view code coverage in sonarcube
Coverage at 0 after upgrade to 9.9
Code coverage not working after upgrade
Sending or importing preexisting jacoco xml report to sonarcube
Lower coverage after Gradle upgrade
Code coverage turns to 0%
Timing Issue in build running
Sonar-scanner ignores projectKey given on CLI and uses sonar-project.properties instead
Code coverage is 0 for gradle project- which built via cloudbess jenkins
Coverage measure missing after upgrading SonarQube from 7.9.1 LTS to 8.9.9 LTS
Quality Gate failed: Could not fetch quality gate status
0.0% coverage showing on My JavaScript project
Inconsistent SonarCloud Rule Detection Across Repositories
The main branch has no lines of code sonarqube
Sonarqube issue Not getting the code coverage results in the sonarqube portal through azure pipleine
Sonarcloud Code coverage
Java Scan - slow performance caused by JavaSecuritySensor / "security" - disable?
Code Coverage for C/C++ using Visual Studio Coverage Getting 0.0%
Maven: Resolving Out of Memory Heap space error
CI alaysis failing
Code coverage is not hapening in react js application
Quality Gate Failure After Renaming Projects in Azure DevOps
Inconsistent Outcome of Repeat Scans on Exact Same Code
ERROR: Only Node.js v14.17 or later is supported, got 10.24.1
JaCoCo XML report is not found
SonarCloud detects code smell in Feature Branch but fails to detects in the Master Branch
Issues with getting SonarQube to detect our C++ unit test coverage
Old ESLint smell from 2 years ago showing up in a new PR as a smell
Why does the Sonar Scanner ignore files?
Getting zero code coverage in sonarqube for branches other than main
Azure Devops SonarQubePublish: No analyses found in this build (with SonarQube 10.0)
Code Coverage is not displaying on Sonarqube dashboard?
Open Issues marked closed(Fixed) on second scan. How to reopen?
Test Coverage not published
Sonar Scanning Whole Project on Merge / Pull Request
Code coverage suddenly dropped without any changes in code
Sonarqube is identifying as "new code" other changes besides the ones done on a given branch
Question about SonarCloud Usage
SonarScan not reading code coverage from github actions
How to analyse MS Sql database project
Sonar showing old bugs in New Code section
"The main branch of this project is empty even" suddenly, was working before
I'm using sonarcloud-scan and sonarcloud-quality-gate, the last step fails
Sonar build issue
Could not find the pullrequest with key '3899'
Android-kotlin project not able to get code coverage
Error while scanning - Asp.net
Sonarqube is not counting the unit tests
Sonar shows code issues on first scan but after second scan it shows passed(SonarQube EE LTS 9.9)
Error compiling Sonarqube in android kotlin project with gradle
Coverage Percent changes after it reaches SONARQUBE
Error when going from version 8.9 to 9.9
Configuration cache crash in 4.0.0.2929
Unit test is not showing in java project
Typescript Test Code consuming Lines of Code (LOC)
Sonarqube -The main branch of this project is empty
Reporting test coverage with GitHub App
PR analysis not working as worked before in sonar cloud
SonarCloud Pull Request Run not working
Exclude files from being scanned for a dotnet project
Sonarcloud DevOps Pull-Request analysis seems to analyze all files
Pull request analysis is analysing entire codebase
Missing Code Coverage for Java / Gradle project
Issue when importing a new Github repo
Azure Devops - No Coverage - C# .net
Unable to get coverage of aws python lambda project
AWS codepipeline is success but in sonarqube,am getting msg as "The main branch has no lines of code
The only way to get an accurate analysis of C/C++/Objective-C files is by using the SonarSource buil
Kotlin - Code Coverage Remains At Zero Although There Are Unit Tests
Project can't have 2 modules with the following key
Error resolving version for plugin when trying to analyze Maven project
Sonarqube Scanner detects the existing code as the new code
java.lang.IllegalArgumentException: URI is not absolute ASP .NET CORE 6
Angular Code Integrate to SonarQube using Jenkins Pipeline
Sonarlint shows lots of smells but SonarCloud merge request shows nothing
How to Mix of C# and C++ in Microsoft Azure DevOps build
SonarQube Showing unchanged files in PR and fails the QualityGate
Able to get code coverage from API folder for dotnet project but unable to analyze the other folders
Could not find pullrequest with key ''
Unable to resolve source directory
Unable to get code coverage for one of the dotnet project in sonar cloud
Sonar reports "No Coverage information" when run from workflow_run in Github Actions
Why Clean as You Code Reports Methods Not Touched
Sonar reports "No Coverage information" when run from workflow_run in Github Actions
All of sudden new code coverage is showing as zero percent for new release branches in sonarcloud
"The main branch has no lines of code" analyzing Python repository
SonarQube keep showing me - unit test with Angular and Jest
File WeatherUtilsTests.java can't be indexed twice
SonarCloud does not show all the coverage of the coverage.xml file
SonarQube scan issues - Exclude symlink loop
Lines of code increase after Sonarqube upgrade to 10.2
Sonarqube gradle exlusions invalid
No coverage on new project analysis
Sonar analysis successful but not seeing report-task.txt file
Code Coverage Using Coverlet for .NET core applications but Project version not displaying on Sonar
Default branch is using overall code and not new code
SonarQube doesn't display my aggregate coverage report
Sonarqube analysis per PR for python project unable to get desired outputs
Code coverage showing as 0% after moving to 9.9 LTS EE
Sonarqube User interface 0% coverage being reported
The main branch has no lines of code. always
Javascript code coverage in Azure DevOps
SonarCloud does not show coverage and duplication information on each pull-request(typescript)
Coverage.opencover.xml file report generated in ADO pipeline, but CC % not displayed on Sonar cloud
0% Code Coverage Reported But Correct Number Unit Tests (Using Azure Pipeline)
Analysis became 10 times slower from 9.9 LTS to 10.1
SonarCloud not showing any pull requests from Azure DevOps
Kotlin app 0% code coverage?
Strange code coverage result switching from jacoco to scoverage
Unable to reach the server
Sonar detecting old code smells as new on PR decoration
Scanning CloudFormation JSON templates using the CloudFormation Profile in SonarQube
Failure to run gradle sonar
C# code stopped being detected on July1 using CI
I am try to integrate sonarqube with github by creating github app. Analysis report not coming
Sonar analysis is showing some wrong analysis on sonarcloud
Some TypeScript files claim "no coverage" in SonarCloud
Coverage percentage is showed as 0 even after giving in the sonar scanner
Issue with project Main Branch Develop not scanning
Unit test Code coverage always showing 0% even after adding unit tests for newly added code
File path 400 character limit
SonarCloud Analysis via Codemagic CI/CD Not Detecting Changes in GitHub PRs
Sonar Coverage is failing due to some scripts
SonarCloud Not Posting Quality Status Back to Azure DevOps
Scanner fails to start in Azure DevOps self-hosted build agent
Is it possible to only scan changed lines?
Sonarqube Coverage Exclusion Paths
Sonarcloud spike dropping 500+ code smells and then re-detecting them weeks later
Issues still showing on sonarcloud after adding exclusions
Sonar cloud stopped to display new pull requests
Empty Code tab on Pull Request Analysis
The main branch of this project is empty
Strange lines of code count and other questions
GitLab+Gradle+sonarQube showing code coverage 0% for java
0.0% code coverage for .Net project
Dotnet project showing code coverage 0% - Azure DevOps
Old code are in Pull Request Analysis new code lines
Sonar is reporting new issues on source files that have not been modified for months
Pull request analysis is coming to zero
Sonar taking too much time to analyze a single file having 1 line as change set
Unit Test Success (%) Question
Coverage not showing for Github PRs
Report the old issues from previous project version as new issues in current project version
Questions from our Development Team
Time spent by gradle plugin per subproject?
SonarQube unable to identify New Code vs Overall code
GitHub Action scanning timing out
The first PR commit usually fails and claims a duplicate while the second attempt woks
"Project doesn't exist"
Code coverage is coming out to be 0.0% on sonarCloud even when it is 100% on bitbucket
New code detection merge/pull requests
SonarQube is not sending all scan report of multimodule gradle based project
Stored procedures not getting recognized
Sonar PR quality gate considering whole code instead of new file changes
Monorepo Help for Node.js and .NET projects
In Code tab, I would like to have only one root folder instead of several sub-folders
Code coverage percentage is not same as local for our web projects in sonar
Sonar cli fails on adding allowImportingTsExtensions in tsconfig.json
Coverage missing for some files although present in Coverage Report
Typescript test coverage not displaying on sonarqube UI
Azure DevOps Pull request comments - only for changed code?
Sonar analysis looking for infinite number of rules page
Analysis ID "AZMwS-SUJemnyI2aAJcP" and overlaps
C# files analysis is ignored, why?
Exclude all code from a module from coverage
Sonarqube Enterprise fails to analyze Go code
Old issues are shown as a part of PR decoration
Android multi module project with Gradle connection Sonarqube
Java heap space error with Sonar Gradle plugin on Azure DevOps
Xcode + sonarqube for C/C++/Objective C
Unable to see the coverage for Gradle 6.6 project
Default branch from Azure DevOps is incorrectly getting displayed on SonarCloud
SonarQube 10.2.1 performance
Analysis running on merge from main branch
SonrQube Issue: Exit code -1073741676:
For dotnet: opencover and sonarcloud still working? or should we switch to altcover?
LOC Exceeded on Sonar Cloud
Xcode + sonarqube for C/C++/Objective C
Sonar scan is returning ECJ: Unable to parse file error
SonarQubeAnalyze@4 fails with The base directory of the module '47FC3477-1769-3BF1-9D9C-F82E22B35809
Suddenly exceeding the 250K LoC limit
Sonarqube 10.2 + github on branch master : analysis is ok but project is still not having any analys
Operation is not supported for read-only collection (Sonar Gradle plugin, version 4.4.1.3373)
Zero code coverage on new code if we do sonar analysis by latest commit of the Pull request
First analysis of branch does not show correct issues of new code
SonarCloud analysis does not works for Python project in BitbucketPipeline
How can I post both Coverage and Tests Executed reports?
Jacoco Coverage Report for multi module gradle project not visible for Sonar
Error when running: 'node -v'. Is Node.js available during analysis?
SonarCloud PR analysis of Android code showing code smells on code last modified 5 years ago
Have configured SonarLint connected mode to SonarQube Server, why difference in violation count?
New code coverage doesn't increase even though jest test cases have been written
Sonarqube not showing dotnet-coverage analysis nor unit tests metrics
Coverage missing from aggregate report in multi modules project
SonarCloud Coverage with Typescript and GitHub Actions
Error code 137 during sonar-scanner execution
Seeing '--' codecoverage in sonar report for PR
How to get the Pytest coverage in sonarqube analysis through Jenkine file for pytest
Old code shown as new code in coverage, triggering quality gate failure
Sonarcloud analysis taking a long time
Continuation on "How to configure multi-module Gradle project..."
File no longer exists - Error in Pull Requests using azure devops
Autogenerated files are started to show up in SonarCloud code since azure devops extension 4.42
Sonarcloud is detecting already existing code as new code during PR analysis
0% Coverge on Release branch
SonarCloud not finding OWASP Top 10 in C++ code
Same code passing branch analysis but failing pull request analysis
Typescript Serverless Monorepo with 200+ projects
Azure SonarQubeAnalyze Timeout
Error:java.lang.IllegalArgumentException: Unable to create symbol on file
Unable to load component class org.sonar.scanner.scan.filesystem.InputComponentStore
How do I show the unit test reports in SonarQube?
Issues on New Code that is not new fail the Quality Gate
Old code issues detected as new code
Pull Request analysis shows 0 lines of code
Issue with SonarQube Scan Action: 404 Error
Branch analysis support for TFVC repository or not
Code coverage results are not displayed in sonarqube dashboard
SonarQube Pull request analysis report not showing code coverage %
Sonarqube does not seem to be scanning unit tests properly
Security hotspots not found in Java Gradle scan
No issues for non compliant code on SonarCloud
Analysis failure "AZS4tVsNMQJnf97S1Kg2"
Sonar pull Request Analysis is scanning entire code instead of changed files
SonarQube scan - cannot find module 'postcss-cscc'
No code-coverage reported
Imports showing as not covered
SonarCloud, JsSecuritySensor taking several minutes suddenly
Code Coverage for TypeScript doesn't match my local ng test --code-coverage result
SonarQube reports are not generating in Bitbucket PR
SonarQube not reporting duplication, bugs, vulnerabilities - only code coverage is being reported
Azure Pipelines SonarCloudPrepare@3 sonar.exclusions not working
Code coverage not being displayed on SonarCloud
File not found in tsconfig
Geting error for code coverage and duplication analysis
Is huge difference comes in code coverage after SonarQbe upgradation
Need guidance in configuring owasp dependency and jacoco in apache ant java project
SonarCloud Coverage is 0%
Many errors in the IDE, but not on the server
Having difficulty setting up code coverage for a new project
Authentication failed for Dependencies: 401 Unauthorized
Jhipster, Bitbucket, SonarCloud - java.lang.IllegalStateException: The bridge server is unresponsive
SonarCloud scan is not showing for Pull Requests on Bitbucket Cloud
I am getting 0% code coverage with java 17 options that I need to use to use reflection
[Sonar Scanner] Significant degradation of analysis time
Currently, SonarCloud does not show coverage analysis on each pull-request
No analyses found in this build! Please check your build configuration
Not able to see code coverage in New code in node.js apps
SonarQube detects Unchanged Classes as New Code
Sonarqube not picking up jacoco.xml file
Issue with SonarQube PR scan where it is not scanning the updated files with the PR
Reporting with both angular and C# from windows github actions
Can't show count of unit tests
Issue while integrating SonarQube with GitLab
My code coverage is alway showing 0
Execution default-cli of goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar fai
Xcode Cloud Workflow with code coverage and SonarCloud analysis
Error with sonar scan in jenkins
SARIF issue import not working as I expected
PL/SQL Scan Shows Hotspots But No Security Issues or Code Coverage
Code Coverage Dropped to 0% Despite Correct LCOV Report in CircleCI
Code Coverage is 0.0
Private project PR's not showing coverage percentage
No Analysis Found in the build
There was an issue whilst processing the report. Please contact support with the Project Analysis ID
Local PHPUnit and sonarqube show different coverage percentages
Code duplications are not printing in sonarqube, why? need advise
Sonar Cloud Analysis not picking up the right folder
Exclusion for all XML files doesn't appear to be working for total lines of code calculation
Pull Requests showing up as main branch analysis with GitHub Actions
SonarQube Report Upload Errors
SonarQube DevOps extension 5.19.2 still contain 5.19.1 tasks
Quality Gate Failure After Renaming Projects in Azure DevOps
SonarScanner.MSBuild Code Coverage always 0%
Local jacoco code coverage % and sonarqube coverage % is different, why?
Roslyn analyzer issues is not ignored
Two files raise "ERROR: Failure when reading cache"
Upload coverage.out report to Sonarqube
Scan Pipe integration via bitbucket
Warning: Path Validation Error: Path(s) specified in the action for caching do(es) not exist, hence
Sonarcloud github action runs into OutOfMemory error
SonarQube 10.6 .NET coverage - still none
SonarScanner C++ error: Exit code: -1073741819 - 9.9LTS
Unable to get coverage for one of the project
Taint Analysis for Javascript/Typescript project code is taking long (> 1 hour)
SonarCloud Scanning Whole File Instead of Changed Lines on PR
No code coverage item displayed in measures
SonarQube Code Coverage Showing 0%
How do I trigger a full-codebase scan?
Code Coverage Dropped after upgrading from 9.9.3 to 2025.1.1 - Developer Edition
Sonar Cloud Quality Gate not able to fetch the Coverage from bitbucket
Code Coverage percentage not uploading to SonarCloud
Sonar Cloud maven multi module project jacoco aggregate code coverage not showing up
Sonar cloud showing 0.0% code coverage desspite Azure devops showing correct code coverage
Project or branch in report (xxx) does not match the project or branch
SonarQube is reporting duplicate code warnings on files not changed by a pull request
SonarCloud showing 0.0% Code Coverage
Not able to set quality checks for Projects even though its availble for the user
Execution default-cli of goal org.sonarsource.scanner.maven:sonar-maven-plugin:3.11.0.3922:sonar fai
Issue with Test Coverage Reporting for Branches on GitLab with Spring Boot 3.3.0
Can I analyze develop branch with community edition?
SonarScanner in Bitbucket Pipeline failing
Running full branch analysis manually through GitHub YAML Workflow
Pull request analysis sometimes doesn't flag issues
SELF_SIGNED_CERT_IN_CHAIN Error in Azure DevOps Pipeline during prepare analysis stage
Results for MSBuild scan seem to be blank
Code Coverage Showing as 0 After SonarCloud Update on January 10th
Integrate SwiftLint in SonarCloud
SonarCloud quality gate coverage gets zero when PR branch is synced with main
Please Update your pipeline to MsBuild 16 or Higher
Scans show different issues on a newly created branch versus its parent branch
Code coverage is not showing up on sonarqube
Coveragefiles upload to sonarqube. Coverage scores is 0.0%
Sonar Scanner Out of Memory
Analyzation performance
Scanning Bicep on Sonarcloud
Sub Modules Generic Test Data XML file Results not showing test Coverage for Source Files - Swift
Sonar is not excluding test files from analysis
Source code analysis is not happening for the groovy gradle based project
Sonar-scanner flagging unrelated issues in Github PR analysis
Unable to configure Sonarcloud for Flutter/Dart project
SonarQube did not raise any warnings or code smells
Android Sonar properties for report paths
Ignored coverage
Multi Module Maven Java Not showing code coverage
Problem- Quality Gate Blocker on New Code from Existing Issue
Accessing files with missing blame information
The error "generic test execution report '/github/workspace/test/junit.xml'"
Code Coverage Dropped Greatly when switch to xUnit.v3
Code Coverage is not visible
java.lang.reflect.InaccessibleObjectException
Incorrect triggering of java deprecated method usage, S1874
I can't get accurate report for static analysis
Unable to scan modules inside java/maven monorepo
Probably you use Maven Advanced Reactor Options with a broken tree of modules. "Module" is
Code analysis being run on files not created in PR
Sonaqube & Sonarlint issues
Gitlab merge request has not code
SonarQube coverage mismatch when merging multiple lcov files in an Nx project
Code coverage report not showing up for javascript/typescript app
SonarQube Not Excluding Files Listed in "Source Files Exclusions"
Build-wrapper-macos-x86 version 6.61 failed to on macOS 11.7.10
Correct way to submit COV files to Sonar for both Swift and ObjC/C++ at the same time?
Unable to display new code based on reference branch for consecutive branch scans
Error during Sonnarqube scanner """"Unable to locate 'report-task.txt"""""
After upgrading Azure Pipeline task from v1 to v3 PR scan in analyzing untouched files
Sonar warning on issues in excluded files
Unable to see the Unit Test count in Sonarqube project Dashboard despite adding path to reports
SonarQube Quality gate on new code. Fails on first attempt. Succeeds on second attempt
GitHub Actions - 'Could not find a default branch' error with free SonarCloud account."
Sonar-scanner performance for large scale projects
PR issue - This analysis will make your organization ‘xxx’ to reach the maximum allowed lines limit
We have coverage in our azure pipeline but in sonar cloud we are getting zero coverage
How to get rid of thousands of False positives for java 21: Remove the non-escaped char from literal
SonarQube scan never accepts coverage report from simplecov (ruby)
Code coverage showing 0% in sonarqube GUI for angular
Unable to publish code coverage from azure devops task for nodejs task
SCM error with different sonar scanner running as docker
Run only a subset of tests with Sonar Scan for Gradle
Moving to SONAR 2025-LTA / xcode 16.2 errors
Analysis stuck after 400 files
Recent failures preventing pipeline from completing
Bridge server is unresponsive
Sonarcloud code coverage: multilanguage support
Scanning java property files
Different results when using Sonarscanner on different servers
Need help with code coverage reporting on a reactjs project
Sonar Quality Gate including code coverage with SCM binding
Hard-coded credentials are security-sensitive - is not clean in MR, but it remains safe on master
Recent failures preventing pipeline from completing
Ansible code not detected in SonarQube 2025.1
SonarQube Analysis: Investigation into Missing Line Counts in Mule 4, YAML Files
Successfully imported checkov sarif not showing in SonarQube Cloud
Unable to load component class org.sonar.scanner.scan.filesystem.ProjectFileIndexer
Coverage not recognizing all code
Coverlet - Missing some coverage measures in Sonarqube Server compared to coverlet standalone report
Raised issues on old code
The main branch has no lines of code
Coverage from SonarQube always is 0%
The sonar cloud shows coverage of files which are not included in the PR
Error: "security" branch has not been analyzed yet
Unable to generate the report in Sonarqube and I'm trying to scan the code other than building it
Last analysis failed Analysis ID "AZZdp26Zg9dEvAZBkPe-"
Coverage not being applied with reportPaths setup
Spotbugs report ingested into SonarQube
0% coverage reported in Sonar UI on some files that do have test coverage
0% scala scoverage
Issue in running SonarScanner.MSBuild
SonarQube Cloud Scan Not Working + Cannot perform Full Code Scan
Trouble with PR vs Branch scanning
No analysis on code since about 4 months ago
SonarCloud incorrectly flagging code covered by unit tests
Bitbucket C++ Coverage SonarCloud
New Code data not populating
Component key length (408) is longer than the maximum authorized (400)
Ctest in Bitbucket
FN on S4449 in SonarQube Server for jspecify @NullMarked annotation
Code Coverage Not Updating in SonarQube (CE 9.9) for TypeScript Project
Last analysis failed
Explicitly specifying tsconfig.json file paths to analyze fails
Code Coverage keeps bouncing between real coverage and 0
Latest analysis failed Analysis ID AZdZ285I1mFrTloPPSI2
Not seeing Android Lint report issues in SonarQube server
SonarQube Scanner Fails with NoSuchMethodError on Logger.atInfo() Despite Using SLF4J 2.0.7
Problem with complexity_in_classes metric
Code Coverage is showing 0.0% and Quality gates are not publishing as expected
Last analysis failed Analysis ID "20f8cba8-ab75-44a9-80f6-f242bda6ec0b"
Different issues found on a same file
Sonar Coverage showing as "0" everytime on sonar dashboard
Upgraded Sonarqube Server from 9.9.4 to 2025.1.1, code coverage dropped from 80% to 30%
Not receiving Azure DevOps Verification Code
org.gradle.tooling.BuildException: Could not execute build using connection to Gradle distribution
OutOfMemoryError in Java AST Analyzer After Update
Sonar Scanner hangs and exits with 143 after timeout
Difference between two"Lines of code" vs "New Lines" and new code that is not recognised as new code
Code Coverage not processed by SQ
SonarQube 2025.3.1 - Unable to See Pull Request Decoration in UI
The Sonar scan keeps getting stuck
My application on github not reflecting code coverage
Issue with code coverage not displaying
Code coverage from bazel
Differences in analysis result after version update
SonarQube Android crashes during analysis
Why my sonarqube ui shows 0 lines of code analysis
Problem with the parameter sonar.maven.scanAll
Analysis cache - some scanners require parsing
Sudden change in quality gate for PRs, "New code" filter is not working
New Code: I doesn't understand its behavior
Issues in new code not detected on branch
SonarQube Cloud Authentication Issues
SonarQube New Code section showing shifted line numbers for HTML fileIs there any
Code-coverage not publishing on Sonar cloud dashboard
Issues suddenly disappear
ERROR Could not find a default branch for project with key. Make sure project exists
How to prevent SonarQube from treating moved classes as new code?
ERROR: You don't have permission, or the provided pullrequest with key '1234' doesn't exist
Sonarqube Cloud Coverage issue
Sonarcloud issues for dotnet project
java.lang.IllegalStateException: Error status returned by url [https://<sonarqube server dns>/api/v2
Big slowdown running Ruby rules
Query on Sonarqube coverage Report for go
Pipeline taking huge time to process
SonarQube is not reporting code coverage
Code coverage stopped working for typescript projects
How can I speed up Sonar analysis?
Getting "Error status returned by url"
Code coverage not working anymore
How to get rid of thousands of False positives for java 21: Remove the non-escaped char from literal
'dotnet' is not recognized as the name of a cmdlet
How to generate a common/generic token in Jenkins for all Jobs?
Sonar Cloud Analysis takes over 40 min and sometimes stuck for 2 hours
Error after analysis - NoClassDefFoundError: ch/qos/logback/classic/spi/ThrowableProxy
Can not find master branch
Sonar Cloud is not working with VB.NET
How to make sonar analysis only Java and Scala code?
Unable to scan and generate the code coverage results for webapp (typescript)
Jacoco.xml report is imported but not showing in SQ gui (0% code coverage)
Sonarcloud does not report errors
Code Coverage showing null for SAP Hyrbis Project
Unable to get code coverage from UI test cases for android (kotlin) project in sonar cloud
Problems exporting Xcode14 unit test report to Sonar
Can not find master branch
Pull Request analysis incorrectly reporting thousands of changed files
External issues not importing in sonarqube
Dotnet test coverage shows as 0%
Only partial code coverage
IllegalArgumentException: 'other' has different root
V6 of SonarQube AzureDevops tasks are not working
PR annotation - Code Coverage always zero - dotnet core
Code Coverage and Unit Tests are not showing up in the Sonarqube
Can't see code & coverage info from PR scan but works for local scans
No .iLogicVb file is analyzed

Any documentation linked in this guide is for SonarQube Server / Community Build – however you can find similar (if not the same) documentation for SonarQube Cloud at https://docs.sonarcloud.io/

1 Like