How to change JaCoCo version?
Hello!
I'm following this manual to display JaCoCo report.
It works good, but it uses old JaCoCo version (0.7.5), which leads to inaccurate results for Kotlin code.
Is there a way to use newer version of JaCoCo?
Please sign in to leave a comment.
Starting from version 2018.1.3 TeamCity provides several bundled JaCoCo versions as a Tool (0.7.5 and 0.8.2). TeamCity 2019.1 has the third version 0.8.4. You can select any of this version in a build step.
If your TeamCity version is older than 2018.1.3 it's highly recommended to upgrade the server.
Gotcha, thank you for the fast response!