---
id: ui-coverage/guides/monitor-changes
title: Monitor changes | Cypress UI Coverage Documentation
description: >-
  Learn how to monitor changes to your UI Coverage scores over time to ensure
  proactive quality assurance.
section: ui-coverage
source_path: docs/ui-coverage/guides/monitor-changes.mdx
version: 24a73f8a97175663aaffd3b016289fb2a523a4ea
updated_at: '2026-05-14T20:17:33.301Z'
---
# Monitor changes

Monitoring changes to your UI Coverage scores over time ensures that regressions are identified and addressed before they are merged. Cypress UI Coverage provides tools to track these changes, enabling proactive quality assurance in your development workflow.

## Automate monitoring with the Results API

The UI Coverage [Results API](/llm/markdown/ui-coverage/results-api.md) allows you to programmatically fetch UI Coverage data for integration into your CI/CD pipeline.

## Deep dive on changes with Branch Review

[Branch Review for UI Coverage](/llm/markdown/ui-coverage/guides/compare-reports.md) allows you to compare any two runs in detail and review new untested elements and links, as well as all new interactive elements added to the application.

## Spot trends overtime with cross-project analytics

In the [Enterprise Reporting](/llm/markdown/cloud/features/analytics/enterprise-reporting.md#UI-Coverage) area of Cypress Cloud, you can view high-level trends across all projects and runs, as well as download reports or retrieve details with an API.
