is it possible to have a comparison by assembly to the baseline build? At the moment I have a report that shows the coverage by assembly, but I would like to add the coverage compared to the baseline build for each assembly as well side by side. How would a query look like?
Thanks a lot.
This can be achieved with such CQLinq code query:
Here is a screenshot of the result:
Several points:
a.NbLinesOfCodeCoveredfor example