Types
BuildCoverageSummary
A summary of build coverage.
object
BuildCoverageSummaryFields
coveredLines
Int!
The covered lines associated with this build coverage summary.
executableLines
Int!
The executable lines associated with this build coverage summary.
lineCoverage
Float!
The line coverage associated with this build coverage summary.
targetCount
Int!
Number of targets.
fileCount
Int!
Number of files.
changedCoveredLines
Int
The changed covered lines associated with this build coverage summary. May be null when unavailable or not applicable.
changedExecutableLines
Int
The changed executable lines associated with this build coverage summary. May be null when unavailable or not applicable.
changedLineCoverage
Float
The changed line coverage associated with this build coverage summary. May be null when unavailable or not applicable.