Re: Combining coverage reports

2012-08-22 Thread Sami Tikka
In the matrix job, archive the reports as build artifacts. Then make another, simple freestyle job that gets triggered when the matrix job completes. This job will use Copy Artifact build step to download the artifacts. Click on the help buttons (the question marks) of the Copy Artifacts step.

Combining coverage reports

2012-08-21 Thread Andrew Melo
Hello all, We have a large unittesting suite split into a matrix job. I'd like to combine the coverage reports from the different matrix configurations into one coverage report. I can handle the actual munging of the coverage reports, but before I go off trying to make glue things together, I was