Teamcity java code coverage plugin configuration help
Hi
I am using TeamCity Enterprise 9.0.4 (build 32407). In the build step configuration I am able see the Choose java coverage runner for IntelliJ IDEA and JaCOCO. I am unable to see EMMA in the drop down list.
Can you help me configuring EMMA as code coverage runner option in teamcity?
Thanks,
Abhishek Upadhyay
Please sign in to leave a comment.
Hi Abhishek,
What type of build runner do you use? EMMA code coverage is only supported by Ant runner and not supported by IntelliJ IDEA project runner. We recommend migrating to IntelliJ IDEA coverage engine if you used EMMA.