toolCoverageSources

Represents a source contributing to tool coverage for an application.

Examples

type ToolCoverageSources {
  match: String
  type: String
}

Fields

Field
Description
Supported fields

match String

The specific match or identifier related to the coverage source

type String

The type of source

References

Fields with this object:

Last updated