Skip to main content
objectBuildChangedCoverageFile

Fields

path
String!

Filesystem path associated with this build changed coverage file.

changeType
String!

The change type associated with this build changed coverage file.

changedCoveredLines
Int!

The changed covered lines associated with this build changed coverage file.

changedExecutableLines
Int!

The changed executable lines associated with this build changed coverage file.

changedLineCoverage
Float

The changed line coverage associated with this build changed coverage file. May be null when unavailable or not applicable.

coveredLineNumbers
[Int!]!

Executable line numbers the test run executed, across the whole file rather than only its changed lines. Empty for reports generated before per-line coverage was recorded.

uncoveredLineNumbers
[Int!]!

Executable line numbers the test run never executed, across the whole file rather than only its changed lines. Empty for reports generated before per-line coverage was recorded.