Trilorian
(Trine R)
1
We have upgraded from SonarQube Server version 25.9 to 26.1 and since the upgrade, no test coverage is shown in analyses.
We normally see this in our the analyses logs:
16:11:25.618 INFO Sensor JaCoCo XML Report Importer [jacoco]
16:11:25.626 INFO Importing 1 report(s).
Now there is nothing, no error messages or any mention of JaCoCo - even with -Dsonar.verbose=true.
The project consists of Gosu code, i.e. .gs files.
We see that sonar-jacoco-plugin has been upgraded from 1.3.0.1538 to 1.4.0.4946. Has something broken?
Trilorian
(Trine R)
2
It turned out it was the sonar-jacoco-plugin. Version 1.3 works, 1.4 and 1.5 does not.
If we modify the plugin to add “gosu” to the attribute Plugin-RequiredForLanguages in the manifest, then it works.
I have created a PR with the change: Add language gosu by trilorian · Pull Request #170 · SonarSource/sonar-jacoco
system
(system)
Closed
5
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.