Skip to content

Instantly share code, notes, and snippets.

@marcel-valdez
Created June 26, 2012 08:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save marcel-valdez/2994338 to your computer and use it in GitHub Desktop.
Save marcel-valdez/2994338 to your computer and use it in GitHub Desktop.
CruiseControl.Net server config for merging the OpenCover + ReportGenerator Xml Summary
<publishers>
<merge>
<files>
<file>coverage-report\Summary.xml</file>
</files>
</merge>
<xmllogger />
</publishers>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment