Combining coverage statistics from multiple tasks
Combining coverage statistics from multiple tasks
We have a CruiseControl .Net build system which has multiple targets that run different types of tests. Is it possible to combine the coverage of multiple targets into one overall coverage report?
RE: Combining coverage statistics from multiple tasks
You'll simply want to load multiple coverage files into NCover.Reporting when you generate your reports.
Assuming you're using MSBuild, it might look something like the one at https://gist.github.com/1a8035c17f787bf5c048.