Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
The OpenCover action in Continua is a wrapper around the OpenCover.Console.exe command line. If you're having trouble using the OpenCover action, please refer to the Command Line Reference.

...

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.  [OpenCover.Console.exe] 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.For more information on OpenCover, including downloads, please visit the OpenCover GitHub page.

OpenCover

Name

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

...

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


Exclusions

Exclude by Attribute

...