Skip to content

Not generating the Unit Test case count #82

New issue

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

Closed
geevenky opened this issue May 11, 2020 · 2 comments
Closed

Not generating the Unit Test case count #82

geevenky opened this issue May 11, 2020 · 2 comments

Comments

@geevenky
Copy link

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>
@jozic
Copy link
Collaborator

jozic commented Oct 28, 2023

Hey @geevenky, not sure if it's still relevant, but if so, could you please provide more details here? Thank you!

@jozic
Copy link
Collaborator

jozic commented Dec 15, 2023

Please reopen with more details if the issue is still relevant

@jozic jozic closed this as completed Dec 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants