I am trying to setup test coverage on my spring-bo...
# server
g
I am trying to setup test coverage on my spring-boot project with gradle. I have used `kotlintest`(https://github.com/kotlintest/kotlintest) as the testing framework. Any recommendations?? Thanks in advance.
s
Ask in #spring 😉
v
or #kotlintest 😛
but really any coverage tool should work ok, as kotlintest runs on top of JUnit runner
g
Haha, alright. I was trying to plugin
jacoco
but had some issues with the coverage report being generated. Thanks!