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
After various tests, I found a clue for this issue in the Jacoco FAQ, question Why does a class show as not covered although it has been executed? I followed the various suggestions, without success.
But now I wonder if this is really the way to go. In any case, the java classes are well instrumented, it is only when generating the report that there is a loss.
Expected vs Actual Behaviour
It should have coverage report for all source, java source AND scala source.
Instead it, I get a voerage report only for scala source.
Steps to Reproduce
Any Play Framework with Java language and unit tests...
And run sbt jacoco.
Examine the html report. Only scala files are listed.
Environment
The text was updated successfully, but these errors were encountered: