Hi guys, I am using xml with unit test 4 in my pro...
# compose
k
Hi guys, I am using xml with unit test 4 in my project. I used jacco test coverage with sonarquabe integration. I started jetpack compose so how can I solve the test coverage of jacco with sonarquabe problem. My mentor told me always cover new code to be 60% of new line and branch coverage. Is anyone face same issue ?
😶 1
c
Check this answer on GitHub https://github.com/jacoco/jacoco/issues/1208#issuecomment-874317511 TL;DR Jacoco is analyzing byte code and is correct with the coverage as a Compose is compiled to a much more „complicated“ bytecode then your source code looks like.