Can we generate multiple coverage reports using Hudson Emma plugin

Posted by Subhashish on Stack Overflow See other posts from Stack Overflow or by Subhashish
Published on 2010-04-23T07:03:35Z Indexed on 2010/04/23 7:13 UTC
Read the original article Hit count: 483

Filed under:
|
|
|
|

We run both unit (junit) and system (fit) tests on instrumented code in our build. The consolidated coverage report for both is generated as part of the build itself. We then feed the unit test coverage report to the Hudson Emma plugin, configure benchmark numbers and things work nicely.

Is it possible to also feed in the system test coverage report separately to the same plugin so that we can get that report and configure benchmarks for that as well? I know there is a workaround of creating a downstream project for the latter activity but it would be good to be able to do both in the same build.

© Stack Overflow or respective owner

Related posts about hudson

Related posts about plugins