It appears to me that Kover 0.7.0 should be usable...
# code-coverage
p
It appears to me that Kover 0.7.0 should be usable in CI (on Gitlab) via Kover's command line tool. My build script specifies "useKoverTool", i.e. use the IntelliJ coverage engine rather than Jacoco. Should I expect the same coverage results that I get when running my builds inside IntelliJ? If the answer to that is yes, then I will at last be free of Jacoco forever and much joy will follow. 🙂 Except for the fact that Android instrumented coverage will likely lag and Jetpack Compose coverage will lag even longer.