I have a Java Spring Boot application that uses the testsets plugin with jacoco. I cannot get test coverage on integration test and have tried every example I have come across out there. I also posted the problem to stack overflow and yet to receive response.
I have a Java Spring Boot application that uses the testsets plugin with jacoco. I cannot get test coverage on integration test and have tried every example I have come across out there. I also posted the problem to stack overflow and yet to receive response.
https://stackoverflow.com/questions/68296588/jacoco-test-report-does-not-include-integrationtest
This is my entire build.gradle file.