Hi all,
does anyone else also experienced this? I am using jacoco 0.7.1 and my project
has a lot of lambdas and Runnables. And even if I am sure those were executed
during the test the report does not show any of the lines in them as executed.
This is true for the whole project, non of the lines of the lambdas or
Runnables were reported as covered. (It is true for the jenkins or for the
jacoco reports)
like:
[COVERED ] trigger.callLater(() -> {
[NO COVER] any statement here;
[NO COVER] any statement here;
[NO COVER] any statement here;
);
[COVERED ] trigger.callLater(new Runnable() {
[NO COVER] public void run() {
[NO COVER] any statement here;
[NO COVER] }
);
Is it expected or an issue? Or something went wrong with my project (compiler,
jacoco version, etc)
Thanks for any hints
Cheers
Tamas
--
You received this message because you are subscribed to the Google Groups
"JaCoCo and EclEmma Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.