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.
Reading Reports
Section titled “Reading Reports”const getReportGroupTrend = yield* AWS.CodeBuild.GetReportGroupTrend(reportGroup);
const { stats } = yield* getReportGroupTrend({ trendField: "PASS_RATE" });