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

Jacoco Extension does not report on sub projects as of 1.13.3 #17086

Closed
bcluap opened this issue May 8, 2021 · 1 comment · Fixed by #17099
Closed

Jacoco Extension does not report on sub projects as of 1.13.3 #17086

bcluap opened this issue May 8, 2021 · 1 comment · Fixed by #17099
Labels
area/testing kind/bug Something isn't working
Milestone

Comments

@bcluap
Copy link

bcluap commented May 8, 2021

Describe the bug
As of 1.13.3.Final a multi-module project only reports on the code coverage of the project running the Quarkus plugin and not all projects included in the app.

Expected behavior
Should report on all coverage of modules in the same project

Actual behavior
As above

To Reproduce
git clone https://github.com/bcluap/quarkus-examples.git
cd quarkus-examples/multi-module
mvn clean verify
look at ./runnable/target/jacoco-report/index.html

If 1.13.2.Final or before is used then the report includes coverage of Module1 and Module2 as well

Configuration
Nothing abnormal.

Screenshots
Run the reproducer

Environment (please complete the following information):
1.13.3

@bcluap bcluap added the kind/bug Something isn't working label May 8, 2021
@bcluap bcluap mentioned this issue May 8, 2021
@famod
Copy link
Member

famod commented May 8, 2021

/cc @stuartwdouglas

stuartwdouglas added a commit to stuartwdouglas/quarkus that referenced this issue May 10, 2021
@quarkus-bot quarkus-bot bot added this to the 2.0 - main milestone May 10, 2021
@gsmet gsmet modified the milestones: 2.0 - main, 1.13.4.Final May 10, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue May 10, 2021
gsmet pushed a commit to gsmet/quarkus that referenced this issue May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/testing kind/bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants