Failure to run gradle sonar

Hello, when run gradle task sonar, i am getting the following error…

Could not report issue with code highlighting, using plain text instead. Check whether the product is outdated.
java.lang.UnsupportedOperationException: null
        at org.sonar.api.batch.sensor.issue.internal.DefaultIssueLocation.newMessageFormatting(DefaultIssueLocation.java:97)
        at org.sonarsource.kotlin.api.checks.InputFileContextImpl.message(InputFileContextImpl.kt:93)
        at org.sonarsource.kotlin.api.checks.InputFileContextImpl.reportIssue(InputFileContextImpl.kt:68)
        at org.sonarsource.kotlin.api.checks.AbstractCheck.reportIssue(AbstractCheck.kt:69)
        at org.sonarsource.kotlin.api.checks.AbstractCheck.reportIssue(AbstractCheck.kt:88)
        at org.sonarsource.kotlin.api.checks.AbstractCheck.reportIssue$default(AbstractCheck.kt:83)
        at org.sonarsource.kotlin.checks.RedundantTypeCastsCheck.visitKtFile(RedundantTypeCastsCheck.kt:46)
        at org.sonarsource.kotlin.checks.RedundantTypeCastsCheck.visitKtFile(RedundantTypeCastsCheck.kt:30)
        at org.jetbrains.kotlin.psi.KtFile.accept(KtFile.kt:250)
        at org.sonarsource.kotlin.visiting.KtChecksVisitor$visit$1$1$1.invoke(KtChecksVisitor.kt:40)
        at org.sonarsource.kotlin.visiting.KtChecksVisitor$visit$1$1$1.invoke(KtChecksVisitor.kt:35)
        at org.sonarsource.kotlin.api.common.MeasureDurationKt.measureDuration(MeasureDuration.kt:26)
        at org.sonarsource.kotlin.visiting.KtChecksVisitor.visit(KtChecksVisitor.kt:35)
        at org.sonarsource.kotlin.api.visiting.KotlinFileVisitor.scan(KotlinFileVisitor.kt:28)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFile$1$1.invoke(AbstractKotlinSensorExecuteContext.kt:119)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFile$1$1.invoke(AbstractKotlinSensorExecuteContext.kt:118)
        at org.sonarsource.kotlin.api.common.MeasureDurationKt.measureDuration(MeasureDuration.kt:26)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext.analyzeFile(AbstractKotlinSensorExecuteContext.kt:118)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext.access$analyzeFile(AbstractKotlinSensorExecuteContext.kt:53)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFiles$2$1.invoke(AbstractKotlinSensorExecuteContext.kt:101)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFiles$2$1.invoke(AbstractKotlinSensorExecuteContext.kt:100)
        at org.sonarsource.kotlin.api.common.MeasureDurationKt.measureDuration(MeasureDuration.kt:26)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext.analyzeFiles(AbstractKotlinSensorExecuteContext.kt:100)
        at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensor.execute(AbstractKotlinSensor.kt:68)
        at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse(AbstractSensorWrapper.java:62)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:75)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.lambda$execute$1(ModuleSensorsExecutor.java:48)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.withModuleStrategy(ModuleSensorsExecutor.java:66)
        at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute(ModuleSensorsExecutor.java:48)
        at org.sonar.scanner.scan.ModuleScanContainer.doAfterStart(ModuleScanContainer.java:64)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
        at org.sonar.scanner.scan.ProjectScanContainer.scan(ProjectScanContainer.java:468)
        at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:464)
        at org.sonar.scanner.scan.ProjectScanContainer.scanRecursively(ProjectScanContainer.java:461)
        at org.sonar.scanner.scan.ProjectScanContainer.doAfterStart(ProjectScanContainer.java:420)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
        at org.sonar.scanner.bootstrap.GlobalContainer.doAfterStart(GlobalContainer.java:128)
        at org.sonar.core.platform.ComponentContainer.startComponents(ComponentContainer.java:123)
        at org.sonar.core.platform.ComponentContainer.execute(ComponentContainer.java:109)
        at org.sonar.batch.bootstrapper.Batch.doExecute(Batch.java:57)
        at org.sonar.batch.bootstrapper.Batch.execute(Batch.java:51)
        at org.sonarsource.scanner.api.internal.batch.BatchIsolatedLauncher.execute(BatchIsolatedLauncher.java:46)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.sonarsource.scanner.api.internal.IsolatedLauncherProxy.invoke(IsolatedLauncherProxy.java:60)
        at jdk.proxy8/jdk.proxy8.$Proxy150.execute(Unknown Source)
        at org.sonarsource.scanner.api.EmbeddedScanner.doExecute(EmbeddedScanner.java:189)
        at org.sonarsource.scanner.api.EmbeddedScanner.execute(EmbeddedScanner.java:138)
        at org.sonarqube.gradle.SonarTask.run(SonarTask.java:131)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
        at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:77)
        at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
        at java.base/java.lang.reflect.Method.invoke(Method.java:568)
        at org.gradle.internal.reflect.JavaMethod.invoke(JavaMethod.java:125)
        at org.gradle.api.internal.project.taskfactory.StandardTaskAction.doExecute(StandardTaskAction.java:58)
        at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:51)
        at org.gradle.api.internal.project.taskfactory.StandardTaskAction.execute(StandardTaskAction.java:29)
        at org.gradle.api.internal.tasks.execution.TaskExecution$3.run(TaskExecution.java:236)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:29)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$1.execute(DefaultBuildOperationRunner.java:26)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.run(DefaultBuildOperationRunner.java:47)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.run(DefaultBuildOperationExecutor.java:68)
        at org.gradle.api.internal.tasks.execution.TaskExecution.executeAction(TaskExecution.java:221)
        at org.gradle.api.internal.tasks.execution.TaskExecution.executeActions(TaskExecution.java:204)
        at org.gradle.api.internal.tasks.execution.TaskExecution.executeWithPreviousOutputFiles(TaskExecution.java:187)
        at org.gradle.api.internal.tasks.execution.TaskExecution.execute(TaskExecution.java:165)
        at org.gradle.internal.execution.steps.ExecuteStep.executeInternal(ExecuteStep.java:89)
        at org.gradle.internal.execution.steps.ExecuteStep.access$000(ExecuteStep.java:40)
        at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:53)
        at org.gradle.internal.execution.steps.ExecuteStep$1.call(ExecuteStep.java:50)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
        at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:50)
        at org.gradle.internal.execution.steps.ExecuteStep.execute(ExecuteStep.java:40)
        at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:68)
        at org.gradle.internal.execution.steps.RemovePreviousOutputsStep.execute(RemovePreviousOutputsStep.java:38)
        at org.gradle.internal.execution.steps.CancelExecutionStep.execute(CancelExecutionStep.java:41)
        at org.gradle.internal.execution.steps.TimeoutStep.executeWithoutTimeout(TimeoutStep.java:74)
        at org.gradle.internal.execution.steps.TimeoutStep.execute(TimeoutStep.java:55)
        at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:51)
        at org.gradle.internal.execution.steps.CreateOutputsStep.execute(CreateOutputsStep.java:29)
        at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.executeDelegateBroadcastingChanges(CaptureStateAfterExecutionStep.java:124)
        at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:80)
        at org.gradle.internal.execution.steps.CaptureStateAfterExecutionStep.execute(CaptureStateAfterExecutionStep.java:58)
        at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:48)
        at org.gradle.internal.execution.steps.ResolveInputChangesStep.execute(ResolveInputChangesStep.java:36)
        at org.gradle.internal.execution.steps.BuildCacheStep.executeWithoutCache(BuildCacheStep.java:181)
        at org.gradle.internal.execution.steps.BuildCacheStep.lambda$execute$1(BuildCacheStep.java:71)
        at org.gradle.internal.Either$Right.fold(Either.java:175)
        at org.gradle.internal.execution.caching.CachingState.fold(CachingState.java:59)
        at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:69)
        at org.gradle.internal.execution.steps.BuildCacheStep.execute(BuildCacheStep.java:47)
        at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:36)
        at org.gradle.internal.execution.steps.StoreExecutionStateStep.execute(StoreExecutionStateStep.java:25)
        at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:36)
        at org.gradle.internal.execution.steps.RecordOutputsStep.execute(RecordOutputsStep.java:22)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.executeBecause(SkipUpToDateStep.java:110)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.lambda$execute$2(SkipUpToDateStep.java:56)
        at java.base/java.util.Optional.orElseGet(Optional.java:364)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:56)
        at org.gradle.internal.execution.steps.SkipUpToDateStep.execute(SkipUpToDateStep.java:38)
        at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:73)
        at org.gradle.internal.execution.steps.ResolveChangesStep.execute(ResolveChangesStep.java:44)
        at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:37)
        at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsFinishedStep.execute(MarkSnapshottingInputsFinishedStep.java:27)
        at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:89)
        at org.gradle.internal.execution.steps.ResolveCachingStateStep.execute(ResolveCachingStateStep.java:50)
        at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:114)
        at org.gradle.internal.execution.steps.ValidateStep.execute(ValidateStep.java:57)
        at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:76)
        at org.gradle.internal.execution.steps.CaptureStateBeforeExecutionStep.execute(CaptureStateBeforeExecutionStep.java:50)
        at org.gradle.internal.execution.steps.SkipEmptyWorkStep.executeWithNoEmptySources(SkipEmptyWorkStep.java:254)
        at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:91)
        at org.gradle.internal.execution.steps.SkipEmptyWorkStep.execute(SkipEmptyWorkStep.java:56)
        at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:32)
        at org.gradle.internal.execution.steps.RemoveUntrackedExecutionStateStep.execute(RemoveUntrackedExecutionStateStep.java:21)
        at org.gradle.internal.execution.steps.legacy.MarkSnapshottingInputsStartedStep.execute(MarkSnapshottingInputsStartedStep.java:38)
        at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:43)
        at org.gradle.internal.execution.steps.LoadPreviousExecutionStateStep.execute(LoadPreviousExecutionStateStep.java:31)
        at org.gradle.internal.execution.steps.AssignWorkspaceStep.lambda$execute$0(AssignWorkspaceStep.java:40)
        at org.gradle.api.internal.tasks.execution.TaskExecution$4.withWorkspace(TaskExecution.java:281)
        at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:40)
        at org.gradle.internal.execution.steps.AssignWorkspaceStep.execute(AssignWorkspaceStep.java:30)
        at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:37)
        at org.gradle.internal.execution.steps.IdentityCacheStep.execute(IdentityCacheStep.java:27)
        at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:44)
        at org.gradle.internal.execution.steps.IdentifyStep.execute(IdentifyStep.java:33)
        at org.gradle.internal.execution.impl.DefaultExecutionEngine$1.execute(DefaultExecutionEngine.java:76)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeIfValid(ExecuteActionsTaskExecuter.java:139)
        at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:128)
        at org.gradle.api.internal.tasks.execution.CleanupStaleOutputsExecuter.execute(CleanupStaleOutputsExecuter.java:77)
        at org.gradle.api.internal.tasks.execution.FinalizePropertiesTaskExecuter.execute(FinalizePropertiesTaskExecuter.java:46)
        at org.gradle.api.internal.tasks.execution.ResolveTaskExecutionModeExecuter.execute(ResolveTaskExecutionModeExecuter.java:51)
        at org.gradle.api.internal.tasks.execution.SkipTaskWithNoActionsExecuter.execute(SkipTaskWithNoActionsExecuter.java:57)
        at org.gradle.api.internal.tasks.execution.SkipOnlyIfTaskExecuter.execute(SkipOnlyIfTaskExecuter.java:56)
        at org.gradle.api.internal.tasks.execution.CatchExceptionTaskExecuter.execute(CatchExceptionTaskExecuter.java:36)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.executeTask(EventFiringTaskExecuter.java:77)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:55)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter$1.call(EventFiringTaskExecuter.java:52)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:204)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$CallableBuildOperationWorker.execute(DefaultBuildOperationRunner.java:199)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:66)
        at org.gradle.internal.operations.DefaultBuildOperationRunner$2.execute(DefaultBuildOperationRunner.java:59)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:157)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.execute(DefaultBuildOperationRunner.java:59)
        at org.gradle.internal.operations.DefaultBuildOperationRunner.call(DefaultBuildOperationRunner.java:53)
        at org.gradle.internal.operations.DefaultBuildOperationExecutor.call(DefaultBuildOperationExecutor.java:73)
        at org.gradle.api.internal.tasks.execution.EventFiringTaskExecuter.execute(EventFiringTaskExecuter.java:52)
        at org.gradle.execution.plan.LocalTaskNodeExecutor.execute(LocalTaskNodeExecutor.java:69)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:327)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$InvokeNodeExecutorsAction.execute(DefaultTaskExecutionGraph.java:314)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:307)
        at org.gradle.execution.taskgraph.DefaultTaskExecutionGraph$BuildOperationAwareExecutionAction.execute(DefaultTaskExecutionGraph.java:293)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.execute(DefaultPlanExecutor.java:417)
        at org.gradle.execution.plan.DefaultPlanExecutor$ExecutorWorker.run(DefaultPlanExecutor.java:339)
        at org.gradle.internal.concurrent.ExecutorPolicy$CatchAndRecordFailures.onExecute(ExecutorPolicy.java:64)
        at org.gradle.internal.concurrent.ManagedExecutorImpl$1.run(ManagedExecutorImpl.java:48)
        at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
        at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
        at java.base/java.lang.Thread.run(Thread.java:833)

Reports path not found or is not a directory: /home/mario/AndroidStudioProjects/blu/blu-mobile-android/build/reports/test-results/testDebugUnitTest
Unable to import Android Lint report file(s):

Help :smiley:

Hey there.

This is an error you can safely ignore, and will we fix soon. SONARKT-354

2 Likes

Hello Colin,

My sonarclould is not showing coverage

My configs:

can you help me?

Hey there.

Feel free to raise a new thread – but first make sure you’ve looked at the right logs.

Hello Colin, log sonar

▸ > Task :sonar

1003info17/08/2023 22:17:17[18:17:17]: ▸ Could not find ref: develop in refs/heads, refs/remotes/upstream or refs/remotes/origin

1004info17/08/2023 22:17:55[18:17:55]: ▸ Could not report issue with code highlighting, using plain text instead. Check whether the product is outdated.

1005info17/08/2023 22:17:55[18:17:55]: ▸ java.lang.UnsupportedOperationException: null

1006info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonar.api.batch.sensor.issue.internal.DefaultIssueLocation.newMessageFormatting([DefaultIssueLocation.java:97](defaultissuelocation.java:97))

1007info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.checks.InputFileContextImpl.message(InputFileContextImpl.kt:93)

1008info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.checks.InputFileContextImpl.reportIssue(InputFileContextImpl.kt:68)

1009info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.checks.AbstractCheck.reportIssue(AbstractCheck.kt:69)

1010info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.checks.AbstractCheck.reportIssue(AbstractCheck.kt:88)

1011info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.checks.AbstractCheck.reportIssue$default(AbstractCheck.kt:83)

1012info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.checks.RedundantTypeCastsCheck.visitKtFile(RedundantTypeCastsCheck.kt:46)

1013info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.checks.RedundantTypeCastsCheck.visitKtFile(RedundantTypeCastsCheck.kt:30)

1014info17/08/2023 22:17:55[18:17:55]: ▸ at org.jetbrains.kotlin.psi.KtFile.accept(KtFile.kt:250)

1015info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.visiting.KtChecksVisitor$visit$1$1$1.invoke(KtChecksVisitor.kt:40)

1016info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.visiting.KtChecksVisitor$visit$1$1$1.invoke(KtChecksVisitor.kt:35)

1017info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.common.MeasureDurationKt.measureDuration(MeasureDuration.kt:26)

1018info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.visiting.KtChecksVisitor.visit(KtChecksVisitor.kt:35)

1019info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.visiting.KotlinFileVisitor.scan(KotlinFileVisitor.kt:28)

1020info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFile$1$1.invoke(AbstractKotlinSensorExecuteContext.kt:119)

1021info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFile$1$1.invoke(AbstractKotlinSensorExecuteContext.kt:118)

1022info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.common.MeasureDurationKt.measureDuration(MeasureDuration.kt:26)

1023info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext.analyzeFile(AbstractKotlinSensorExecuteContext.kt:118)

1024info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext.access$analyzeFile(AbstractKotlinSensorExecuteContext.kt:53)

1025info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFiles$2$1.invoke(AbstractKotlinSensorExecuteContext.kt:101)

1026info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext$analyzeFiles$2$1.invoke(AbstractKotlinSensorExecuteContext.kt:100)

1027info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.common.MeasureDurationKt.measureDuration(MeasureDuration.kt:26)

1028info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensorExecuteContext.analyzeFiles(AbstractKotlinSensorExecuteContext.kt:100)

1029info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonarsource.kotlin.api.sensors.AbstractKotlinSensor.execute(AbstractKotlinSensor.kt:68)

1030info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonar.scanner.sensor.AbstractSensorWrapper.analyse([AbstractSensorWrapper.java:62](abstractsensorwrapper.java:62))

1031info17/08/2023 22:17:55[18:17:55]: ▸ at org.sonar.scanner.sensor.ModuleSensorsExecutor.execute([ModuleSensorsExecutor.java:75](modulesensorsexecutor.java:75))

1032info17/08/2023 22:17:55

Thanks, but this doesn’t include the logs mentioned in the previously linked post.

Hello, Log Failure:

> Task :sonar-> 99% EXECUTING [1m 17s]
Resource not found: com.useblu.presentationlayer.features.transaction.details.TransactionDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.RPARouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.frontdocument.FrontDocumentViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.PendingPaymentRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.register.selecttype.PixRegisterSelectTypeViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.EnabledEasyBilletRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.linkblu.inputdetails.LinkBluInputDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.analytics.AppEventsTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.settings.paymentoptions.autoschedule.contract.register.supplier.details.AutoScheduleSupplierConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.seller.data.address.SellerDataAddressViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.billet.confirmation.BilletConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.register.confirmation.PixRegisterConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.seller.data.documents.SellerDataDocumentsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.networkingextension.firstcnpj.NetworkingExtensionsAddFirstCnpjViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.btoken.information.BTokenInformationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.lighthouse.details.LighthouseDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transaction.authorization.sms.TransactionAuthorizationSmsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.intro.EntryCycleIntroViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.anticipation.AnticipationPunctualDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.authorization.done.TransactionAuthorizationPushDoneViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.register.company.RegisterCompanyViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.register.fail.RegisterFailViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.charge.success.ChargeSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.punctualsuccess.PortabilityPunctualSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.ShouldNotRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.multiplecharge.list.MultipleChargeListViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.register.confirmportability.PixRegisterConfirmPortabilityViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.settings.paymentoptions.autoschedule.contract.success.AutoScheduleSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.usermanagement.success.UserManagementSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transaction.authorization.btoken.TransactionAuthorizationBTokenViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.sms.SmsCodeConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.multiplecharge.share.ChargeShareViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.watchers.OceanWatcherFactoryTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.register.details.PixRegisterDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.seller.data.onboarding.SellerDataOnBoardingViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.ConfirmPaymentRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.processor.ForegroundNotificationProcessorTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.lighthouse.terms.LightHouseTermsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.RouterTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.BillPaymentRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.indication.form.IndicationFormViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.underageuser.UnderageUserViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.login.recoverypasswordconfimation.ConfirmRecoveryPasswordViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.onboarding.PixRegisterOnboardingViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.section.PixSectionViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.home.header.selectstore.SelectStoreViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.BTokenOnBoardingRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.multiplecharge.confirmation.MultipleChargeConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.loading.LoadingViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.punctualconfirm.PortabilityPunctualConfirmViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.charge.pagblulist.ChargePagBluListViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.login.settingslocationpermission.SettingsLocationPermissionViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.processor.PixNotificationProcessorTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.cnhtype.EntryCycleCnhTypeViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.billet.BilletViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.base.RequestCodeTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.analytics.ScreenEventsTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.multiplecharge.paymentmethod.MultipleChargeSelectPaymentMethodViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.charge.refused.ChargeRefusedViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.charge.confirmation.ChargeConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.handle.NotificationForegroundHandlerOneSignalTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.ChargeListRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.networkingextension.addaddress.NetworkingExtensionAddAddressViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.HomeRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.automaticsuccess.PortabilityAutomaticSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transfer.success.TransferSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.billet.scan.BarcodeScanningViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.faq.PortabilityFaqViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.btoken.BTokenOnBoardingViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.home.HomeViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.linkblu.list.LinkBluListViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.register.webview.RegisterWebViewViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.register.smsvalidation.RegisterSmsValidationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.base.validator.CpfCnpjValidatorImplTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.seller.data.success.SellerDataSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.register.success.RegisterSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.limits.success.PixLimitSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.indication.success.IndicationSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.receive.success.PixReceiveSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.automatic.model.AcquirerUIModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.networkingextension.add.NetworkingExtensionAddViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.linkblu.details.LinkBluDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.btoken.generator.BTokenOtpGeneratorViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.selfie.SelfieViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.btoken.activated.BTokenSetupDoneViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.backdocument.BackDocumentViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transfer.selecttype.TransferSelectTypeViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.documenttype.DocumentTypeViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.usermanagement.permissions.UserManagementPermissionsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.home.section.HomeSectionViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.keys.copypaste.PixCopyPasteViewModelTests under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.btoken.help.BTokenHelpViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.SelectClientRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.authorization.canceled.TransactionAuthorizationPushCanceledViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.networkingextension.confirmstoreaddition.NetworkingExtensionConfirmStoreAdditionViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.select.PortabilitySelectViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.lighthouse.onboarding.LightHouseOnboardingViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.linkblu.success.LinkBluSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.processor.NotificationRedirectProcessorTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.settings.paymentoptions.autoschedule.contract.details.AutoScheduleContractDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.networkingextension.listinvalid.NetworkingExtensionListInvalidViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.login.twofactor.sms.TwoFactorSmsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.register.mykeys.PixRegisterMyKeysViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.notification.authorization.detail.TransactionAuthorizationPushDetailViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.webview.WebViewViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.ChargePagBluRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.extensions.ExtensionsKtTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pendingpayment.PendingPaymentViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.settings.paymentoptions.autoschedule.contract.register.supplier.list.AutoScheduleSupplierListViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.billet.success.BilletSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.splash.SplashViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.PixReceiverRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.entrycycle.confirmation.ConfirmationViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.LinkBluRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.onboarding.PortabilityOnboardingViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transaction.authorization.failure.TransactionAuthorizationLivenessFailureViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.blockversion.BlockedVersionViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.charge.details.ChargeDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transfer.details.TransferDetailsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.keys.PixKeysViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.multiplecharge.refuse.MultipleChargeRefuseViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.multiplecharge.success.MultipleChargeSuccessViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.receive.shared.PixReceiveSharedViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transfer.AccountsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.ChargeAutoScheduleConfigRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.base.FeatureFlagTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.portability.automatic.PortabilityAutomaticViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.indication.selection.IndicationSelectionViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.login.LoginViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.base.DeepLinkProcessorTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.limits.PixLimitsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.base.BaseViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.register.input.PixRegisterInputViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transfer.addaccountbank.TransferAddAccountBankViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.analytics.UserPropertyEventTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transaction.authorization.intro.TransactionAuthorizationIntroViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.seller.data.person.SellerDataPersonViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.pix.receive.PixReceiveViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.transfer.addaccountblu.TransferAddAccountViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.borderland.routes.ChargePaymentRouteTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.report.ReportBluLightsViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.base.ExtrasTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.security.SecurityViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly
Resource not found: com.useblu.presentationlayer.features.home.account.submenu.AccountSubMenuViewModelTest under the directory /home/mario/AndroidStudioProjects/blu/blu-mobile-android/presentationLayer while reading test reports. Please, make sure your "sonar.junit.reportPaths" property is configured properly

How to solve the problem Resource not found? Help!

My config is

if (isAndroidModule(subproject)) {
                    property "sonar.coverage.jacoco.xmlReportPaths", "$buildDir/reports/jacoco/debugCoverageAndroid/debugCoverageAndroid.xml"
                    property "sonar.junit.reportPaths", "$buildDir/test-results/testDebugUnitTest"
                    property "sonar.androidLint.reportPaths", "$buildDir/reports/lint-results-debug.xml"
                } else {
                    property "sonar.coverage.jacoco.xmlReportPaths", "$buildDir/reports/jacoco/test/jacocoTestReport.xml"
                    property "sonar.junit.reportPaths", "$buildDir/test-results/test"
                }

“Resource not found” should not result in an issue with coverage, persay. As noted in the previously linked post, you’re looking for logs around this message:

JaCoCo XML Report Importer (Jacoco)