Merge test code coverage in Teamcity -


we running unit tests , acceptance tests in teamcity, both java same project. both generate test coverage report using jacoco.

is there way merge test coverage reports, can see code not covered either suite?

the coverage report published hidden artifact after each build. need imported acceptance tests step , referenced maven, of this: http://www.eclemma.org/jacoco/trunk/doc/merge-mojo.html


Comments