Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

OpenCover is an open source code coverage utility built for .NET 2 and higher. It allows you to run code coverage tests over your .NET processes and specify filters regarding which assemblies, files or classes should be covered. Currently OpenCover only supports XML report output. Reports can be generated within Continua CI with either the 'Generate ReportGenerator Report' OpenCover option, or using the ReportGenerator action.

OpenCover

Image RemovedImage Added

Name

A friendly name for this action (will be displayed in the actions workflow area).

...

Alternatively, you can select the Custom option from the Using drop down list and specify a path in the resulting input field that will be displayed. Please read Why it's a good idea to use a property collector before using this option.


Filtering

Image RemovedImage Added

Cover By Test

Gather coverage by test by analysing the assemblies that match these filters for Test methods. [-coverbytest:]

...

These filters are applied by default and should be applied for most applications. Untick to pass the flag -nodefaultfilters.


Exclusions

Image RemovedImage Added

Exclude by Attribute

...

Each exclusion should appear on a new line.


Settings

Image RemovedImage Added

Return target code

...