Hi Colin, we just updated to 2025.6 and the error “Skipping load of file: …/build/sonar/architecture/ts/___…_component_spec_ts.udg” is gone.
Unfortunately the coverage issue is still present because our Typescript project still has no coverage.
Could you please confirm the fix was released as part of 2025.6?
We are using your sonar gradle plugin and just wrap it with our custom plugin that autoconfigures the properties. We made no changes to the plugin, but started noticing failures with the sonar server updates. After 2025.6, I noticed in the logs that now there is a complaint that the “sonar.tests” property is not being set (dont know if it was there before or not). I tried to even set it manually in build.gradle but the sonar.tests value seems to still be ignored as you can see in the attached image and logs.
sonarlogs.txt (8.3 KB)
lcov.info.txt (291.9 KB)
On top of that, now we dont even scan the sonar issues anymore as you can see in the attached images, the number of typescript issues dropped to 0.
Please tell me what more I can provide to help you investigate the cause.


