-
-
Notifications
You must be signed in to change notification settings - Fork 25
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
Task jacocoIntegrationTest is skipped if there is no test folder #479
Labels
bug
Something isn't working
Comments
Can you tell me which Kotlin plugins you have applied to the build? Please post the output of invoking |
It is a multiproject setup. I just posted the plugins for the afflicted subproject. |
Well that's strange. I've create both a single and a multi project build with just Java projects and have not encountered the problem, yet. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If
integrationTest
is the only test module in the project then the taskjacocoIntegrationTestReport
is skipped.Just by adding the empty folder structure
test/kotlin
the task will be executed.In contrast to this the task
integrationTestReport
is executed as expected independent on the existence of thetest
moduleThis issue exists with version 0.45.0.
If anything is missing in my description, please get back to me. This is my first issue report on GitHub. :)
The text was updated successfully, but these errors were encountered: