generateBuildCoverageReport
Generates a build coverage report and returns a build report.
generateBuildCoverageReport(buildId: ID!, requestId: ID!): BuildReport!Arguments
Identifier of the build.
Identifier of the request.
Returns
Stable identifier for this build report.
Category of this build report.
The source associated with this build report.
Current status of this build report.
The summary associated with this build report.
The data associated with this build report.
The test summary associated with this build report. May be null when unavailable or not applicable.
Tests associated with this build report.
The coverage summary associated with this build report. May be null when unavailable or not applicable.
Coverage files associated with this build report.
Changed coverage files associated with this build report.
Error message when this build report did not complete successfully. May be null when unavailable or not applicable.
The artifact associated with this build report. May be null when unavailable or not applicable.
The build associated with this build report.
ISO 8601 timestamp when this build report was created.
ISO 8601 timestamp when this build report was last updated.
ISO 8601 timestamp when this build report finished. May be null when unavailable or not applicable.