CI/CD Health
The CI/CD tab tracks the health of your GitHub Actions workflows alongside your pull request metrics.
Workflow Failure Trends
Section titled “Workflow Failure Trends”The main chart shows workflow failure counts over time, helping you spot regressions or flaky pipelines before they slow your team down.
Summary metrics
Section titled “Summary metrics”The Overview tab includes a CI/CD Health section with four cards:
- Total Minutes — total pipeline execution time in the selected period
- Minutes Wasted — time consumed by failed runs that had to be re-run
- Retries Count — number of workflow re-runs triggered
- Success Rate — percentage of runs that completed successfully
Use the View by dropdown to switch between daily, weekly, monthly, or quarterly grouping. CI/CD metrics are collected automatically from GitHub Actions.