You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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
The text was updated successfully, but these errors were encountered: