The PackageTestCoverage type exposes the following members.

Properties

  NameDescription
Public propertyExecutablesCoverage
List of test coverage details for all executables in the repository.
Public propertyPackageName
Name of the package.
Public propertyTestsCount
Count of tests covering all executables in the package and the package itself.
Public propertyTestsCoverage
Test coverage as the percent. It is the relative number of all executables with at least one tests to all executables in the package.

See Also