We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using Jenkins pipeline to build the job. Sonarqube is one of the stage in pipeline. We are using scoverage plugin.
What we noted was Unit Test Case count is not getting populated by the scoverage report and it is showing blank in Sonar. Kindly help.
<plugin> <groupId>org.scoverage</groupId> <artifactId>scoverage-maven-plugin</artifactId> <version>1.4.0</version> <configuration> <scalaVersion>2.11</scalaVersion> </configuration> <executions> <execution> <id>scoverage-report</id> <goals> <goal>report</goal> </goals> <phase>test</phase> </execution> </executions> </plugin>
The text was updated successfully, but these errors were encountered:
Hey @geevenky, not sure if it's still relevant, but if so, could you please provide more details here? Thank you!
Sorry, something went wrong.
Please reopen with more details if the issue is still relevant
No branches or pull requests
We are using Jenkins pipeline to build the job. Sonarqube is one of the stage in pipeline. We are using scoverage plugin.
What we noted was Unit Test Case count is not getting populated by the scoverage report and it is showing blank in Sonar. Kindly help.
The text was updated successfully, but these errors were encountered: