Skip to content

GetReportGroupTrend

Source: src/AWS/CodeBuild/GetReportGroupTrend.ts

Runtime binding for codebuild:GetReportGroupTrend — aggregates a trend statistic (pass rate, duration, …) across the bound report group’s most recent reports.

const getReportGroupTrend = yield* AWS.CodeBuild.GetReportGroupTrend(reportGroup);
const { stats } = yield* getReportGroupTrend({ trendField: "PASS_RATE" });