NDepend.API Documentation
CoverageFiles Property
NDepend.Project Namespace > IProjectCoverage Interface : CoverageFiles Property
Gets a read-only list of coverages files paths.
Syntax
IReadOnlyList<IFilePath> CoverageFiles {get;}
Remarks
The list returned is a clone. Hence it doesn't reflect any modification in the original collection.
Use AddCoverageFile and RemoveCoverageFile methods to modify the collection of coverages files paths.
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