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
In my little project, I have a test module (unij-test) with no tests whatsoever (the module just provides shared test code for other modules).
When I run standard jacocoTestReport for unij-test, it gets SKIPPED.
However, when I apply org.kordamp.gradle.jacoco, and then run its jacocoRootReport, I get the following error:
Unable to read [path]\UniJ\subprojects\unij-test\build\jacoco\test.exec
I'm not sure if this is intentional or not, but I think that it could be useful to have some way (either implicit or explicit) of skipping a module in JaCoCo merging/reporting.
PS. Note that, after all, I haven't used this plugin, because I realized that a special codecov uploader can also do the report assembling for me.
The text was updated successfully, but these errors were encountered:
In my little project, I have a test module (unij-test) with no tests whatsoever (the module just provides shared test code for other modules).
When I run standard
jacocoTestReport
forunij-test
, it getsSKIPPED
.However, when I apply
org.kordamp.gradle.jacoco
, and then run itsjacocoRootReport
, I get the following error:I'm not sure if this is intentional or not, but I think that it could be useful to have some way (either implicit or explicit) of skipping a module in JaCoCo merging/reporting.
PS. Note that, after all, I haven't used this plugin, because I realized that a special codecov uploader can also do the report assembling for me.
The text was updated successfully, but these errors were encountered: