> For the complete documentation index, see [llms.txt](https://docs.sealights.io/knowledgebase/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sealights.io/knowledgebase/whats-new/march-2025/test-gaps-coverage-focus.md).

# Test Gaps: Coverage Focus

<figure><img src="/files/djktmnKuHGWoa3tbrV9g" alt=""><figcaption><p>Coverage Percentage instead of Gap Percentage</p></figcaption></figure>

We've made some exciting updates to the Test Gaps Analysis (TGA) Report, all aimed at giving you a more straightforward and actionable understanding of your test coverage. We're shifting the focus from **gap** **percentages** to actual **coverage** **percentages**. This means you'll now see a clearer picture of how well your codebase is being tested, making it easier to identify areas needing attention.

So, what's changed? You'll notice new columns in both the TGA Report List and the TGA Report Page: "Overall Code Coverage" and "Code Changes Coverage". These columns directly show you the percentage of your code that's covered by tests. Next to these columns are the "Untested Overall Code" and "Untested Code Changes" columns, which tell you the exact number of methods that aren't being tested.

<figure><img src="/files/jXIc4v7yceM5boxAaR7O" alt=""><figcaption><p>New Terminology</p></figcaption></figure>

To make things even clearer, we've updated some of the terminology. For example, "# of Modified Methods" is now simply "Code Changes," and "# of Untested Modified Methods" is "Untested Code Changes." We've also removed the old "Overall Coverage Gap" and "Modified Coverage Gaps" columns, as they're no longer needed with the new coverage-focused approach.

And to ensure you understand everything at a glance, we've added help buttons to all the new columns. Just hover over them to get a quick explanation.&#x20;

These changes will make the TGA Report an even more valuable tool for ensuring your code is thoroughly tested.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.sealights.io/knowledgebase/whats-new/march-2025/test-gaps-coverage-focus.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
