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

Compare with Current View Page History

Version 1 Next »

Reports

The coverage reports that should be parsed. Wildcards are allowed.

Target Directory

The directory where the generated report should be saved

Report Types

The types of reports that should be generated.

Source Directories

The directories which contain the corresponding source code.

These are used if the coverage report contains classes without path information.

Filters

List of assemblies that should be included or excluded in the report.

Exclusion filters take precedence over inclusion filters. Wildcards are allowed.

Each filter should begin on a new line.

The following are some examples of the filters format:

+myClass

+myClass.myMethod

-myClass

-*.myMethod

+myClass.*

Verbosity

The vebosity of the ReportGenerator log.

  • No labels