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
Surefire's argLine configuration prevents JaCoCo plugin to correctly produce coverage report data. We should move that configuration to global properties (https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html).
argLine
Running mvn -Pmetrics test jacoco:report has to produce coverage report.
mvn -Pmetrics test jacoco:report
The text was updated successfully, but these errors were encountered:
This is issue in opendj-server-legacy module as well where Failsafe is used to run unit tests.
Sorry, something went wrong.
No branches or pull requests
Surefire's
argLine
configuration prevents JaCoCo plugin to correctly produce coverage report data. We should move that configuration to global properties (https://www.eclemma.org/jacoco/trunk/doc/prepare-agent-mojo.html).Running
mvn -Pmetrics test jacoco:report
has to produce coverage report.The text was updated successfully, but these errors were encountered: