The PackageTestCoverage type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| ExecutablesCoverage |
List of test coverage details for all executables in the repository.
| |
| PackageName |
Name of the package.
| |
| TestsCount |
Count of tests covering all executables in the package and the package itself.
| |
| TestsCoverage |
Test coverage as the percent. It is the relative number of all executables with at least one tests to all executables in the package.
|