Skip to content
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

Not able to produce test coverage report #70

Open
pavelhoral opened this issue Feb 4, 2023 · 1 comment
Open

Not able to produce test coverage report #70

pavelhoral opened this issue Feb 4, 2023 · 1 comment
Labels

Comments

@pavelhoral
Copy link
Member

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.

@pavelhoral
Copy link
Member Author

This is issue in opendj-server-legacy module as well where Failsafe is used to run unit tests.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant