# Coverage Trend Report

**Unveil the secrets of your code's quality with the Coverage Trend Report.** This powerful tool grants you deep insights into how your application's coverage changes over time, empowering you to craft a data-driven testing strategy. See your quality trends unfold, understand the impact of different test types, pinpoint vulnerabilities, and track progress. Make informed decisions fueled by data to elevate your software quality to new heights.

***

{% embed url="<https://youtu.be/hQY_RSpd8AU>" %}
Coverage Trend Report
{% endembed %}

### **Understanding the Charts**

The report presents two essential charts:

* **Modified Coverage Chart:** Tracks coverage of changed code. Code changes you haven’t tested are your quality risks. The higher the coverage, the lower the chances for escaping defects. Aim for consistently high coverage for minimized risks and a strong quality culture.
* **Overall Coverage Chart:** Monitors the coverage of your entire codebase. Strive for a positive trend, primarily driven by covering newly added or modified code. Temporary drops might occur after significant code changes without immediate coverage.

### Data Analysis&#x20;

The charts data is based on the following:

* Aggregated coverage of the selected test stages
* All selected builds within the selected date range. There are two options for selecting builds:
  * **All builds**, aggregated based on selected time interval: 1/2/3/4 weeks or month. \
    Each point in the X-axis represents an interval and consider all code changes from the last build in interval X-1 and all related test stage coverage reported in builds within X.
  * **Reference builds**. Reference build &#x58;**,** as defined in SeaLights Dashboard, takes code changes from reference build X-1 and only considers coverage from test stages reported to that build.\
    Each point in the X-axis represents a single reference build.
* Selected chart elements:
  * Selected Test Stages vs. All Test Stages coverage
  * Number of methods covered
  * Coverage quality gates
  * Number of production defects

<figure><img src="/files/RlIsUySbbVGIR7MASQrV" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.sealights.io/knowledgebase/guides/quality-improvement/quality-improvement-solution-overview/coverage-trend-report.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
