You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

The setting for the NCover Action change depending on the Profiling Target you select.

Profiling Target: Application

Application to profile

The path of the application to profile.

Application arguments

A list of arguments to pass to your application. Eg. unit test assemblies.

Working folder

Sets the working directory of the application NCover starts.

 

Profiling Target: Service

Service Name

Service name to profile

Settings file

Set coverage settings based on a settings file.

Output file

Outputs coverage data to a file other than the default.

 

Using

The Using drop down is populated with any property collector whose namespace matches the pattern defined by the NCover Action. The pattern for this action is ^NCover\.Console.*

If you create a property collector for this action, make sure you select the Path Finder PlugIn type and give it a name that will match the pattern above in blue. Example names listed here, search the table's Plugin column for "NCover".

For more in-depth explanations on property collectors see Managing Property Collectors.

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.

 

  • No labels