# How to Generate / Edit the Report

Track code coverage changes and optimize your testing strategy with the Proof of Testing Report.

{% embed url="<https://youtu.be/dzSBI7CaU9o>" %}

### **Here's how to get started**

1. Navigate to the SeaLights Quality Analytics tab in your SeaLights account.
2. Open the Proof of Testing page and Click the "Create New Report" button.
3. **Define your scope:**
   * **Time Range:** Choose a specific timeframe (e.g., last month, custom dates). It is common to select the last month as the time range.
   * **App & Service:** Select the app and service you want to track.
   * **Branch:** Specify the relevant branch.
   * **Test Stages:** Choose the test stages to include in your analysis.

### **Gain valuable insights**

* **Aggregated Coverage:** View the overall distribution of coverage across your chosen test stages.
* **Identify Gaps:** Easily pinpoint areas needing more attention based on test stage contributions.
* **Targeted Analysis:** Explore specific uncovered areas through direct links to Test Gaps Reports.

{% hint style="info" %}
**Remember:** Reports may take a few minutes to process depending on your codebase and test volume.
{% endhint %}


---

# 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/proof-of-testing-report/how-to-generate-edit-the-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.
