Hi, Has anyone encountered problems in the tests t...
# announcements
m
Hi, Has anyone encountered problems in the tests to cover lambdas in sonarqube? There are always cases without covering
e
I think Sonar simply visualizes your jacoco reports? Jacoco 0.8.7, which came out a couple of weeks ago, added a few improvements in coverage tracking, so you could bump that version and see if it solves your issue?
m
• Branches added by the Kotlin compiler version 1.4.20 and above for suspending lambdas are filtered out during generation of report (GitHub #1149).
Thank you very much