cheating on emma
hello,
I have been setting up our build scripts to run emma, not the teamcity integrated version, and I was wondering:
if I configure my emma reporting to output a coverage.zip and add it as an artifact. Will teamcity pick it up as part of the built-in report defined in <TeamCity data directory>/config/main-config.xml and use it in a tab.
Do I need to do anything else to make this work or is it just never going to happen and I should create a seperate emma_coverage report tab?
Thanks in advance
Adam D
Please sign in to leave a comment.
Hello Adam,
Your cheating should work, but please also add coverage.txt to artifacts.
If you need coverage in IDEA plugin, you'll need to add coverage.em and coverage.ec as well.
Regards,
KIR
thanks