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

Make jacoco work with @QuarkusIntegrationTest #20319

Merged
merged 1 commit into from
Sep 22, 2021
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Sep 22, 2021

To make this work, essentially what we do is to overwrite
the build system output with the transformed bytecode.
See #18559 (comment) more details.

Fixes: #18559

Supersedes: #20075 (which I can't reopen because I had force-pushed to the branch while the PR was closed)

To make this work, essentially what we do is to overwrite
the build system output with the transformed bytecode
See quarkusio#18559 (comment)
for more details.

Fixes: quarkusio#18559
@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Sep 22, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 22, 2021

Failing Jobs - Building 18939d3

Status Name Step Failures Logs Raw logs
Gradle Tests - JDK 11 Windows Build Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 16 Build ⚠️ Check → Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ Gradle Tests - JDK 11 Windows #

- Failing: integration-tests/gradle 

📦 integration-tests/gradle

io.quarkus.gradle.devmode.MultiModuleIncludedBuildTest.main line 24 - More details - Source on GitHub

java.lang.AssertionError: 

Expecting actual:

@geoand geoand merged commit 8181ed2 into quarkusio:main Sep 22, 2021
@quarkus-bot quarkus-bot bot added this to the 2.4 - main milestone Sep 22, 2021
@geoand geoand deleted the #18559 branch September 22, 2021 11:50
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Sep 22, 2021
@geoand geoand modified the milestones: 2.4 - main, 2.3.0.Final Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JaCoCo not working with @QuarkusIntegrationTests
2 participants