Types
BuildCoverageFile
Represents a build coverage file in the GraphQL API.
object
BuildCoverageFileFields
target
String!
The target associated with this build coverage file.
name
String!
Display name of this build coverage file.
path
String!
Filesystem path associated with this build coverage file.
coveredLines
Int!
The covered lines associated with this build coverage file.
executableLines
Int!
The executable lines associated with this build coverage file.
lineCoverage
Float!
The line coverage associated with this build coverage file.