NDepend.API Documentation
CoverageDir Property
NDepend.Project Namespace > IProjectCoverage Interface : CoverageDir Property
Gets or sets a directory path that contains some coverage files to import. A null value means that this facility is not used.
Syntax
IDirectoryPath CoverageDir {get; set;}
Remarks
In addition to the specified list of coverage files, a directory can be specified to import all files in this directory as coverage files. This facility is useful to just dump all coverage files in a directory at build time, and don't need to care about their number nor names. If some files in this directory are not recognized as coverage files, a warning will be emitted.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

IProjectCoverage Interface
IProjectCoverage Members