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
sdeleuze
10/03/2018, 5:58 AM
Ask in #spring 😉
v
Vladyslav Sitalo
10/03/2018, 10:34 AM
or #kotlintest 😛
Vladyslav Sitalo
10/03/2018, 10:35 AM
but really any coverage tool should work ok, as kotlintest runs on top of JUnit runner
g
Gokul
10/04/2018, 12:12 AM
Haha, alright. I was trying to plugin
jacoco
but had some issues with the coverage report being generated. Thanks!