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, 7and Linux, MacOS with net10.0, net9.0 or net8.0 installed

See Also

Reference

IProjectCoverage Interface
IProjectCoverage Members