> 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/setup-and-configuration/integrations/sealights-chrome-extension/view-coverage-in-scm-code-viewer.md).

# View Coverage in SCM Code Viewer

## Viewing coverage data <a href="#usingthecodeviewertoviewcoveragedata-viewingcoveragedata" id="usingthecodeviewertoviewcoveragedata-viewingcoveragedata"></a>

When viewing your code in your SCM, if you have configured correctly, scanned the code and a build exists in the SeaLights dashboard, you will be able to see the coverage information of the latest build.

An extra drop down button will be visible in the SCM's file header allowing you to select the coverage type.

<figure><img src="https://sealights.atlassian.net/wiki/download/thumbnails/139853910/image2019-10-31_11-45-55.png?version=1&#x26;modificationDate=1572515158585&#x26;cacheVersion=1&#x26;api=v2&#x26;width=900&#x26;height=110" alt=""><figcaption></figcaption></figure>

{% hint style="warning" %}
If there is a quality risk, you will see a ![](https://sealights.atlassian.net/wiki/download/thumbnails/139853910/image2019-10-31_11-43-39.png?version=1\&modificationDate=1572515022893\&cacheVersion=1\&api=v2\&width=32\&height=22)icon next to the code (method or line) added to the page.
{% endhint %}

### Sample of a GitHub page with coverage information added by Sealights' Extension <a href="#usingthecodeviewertoviewcoveragedata-sampleofagithubpagewithcoverageinformationaddedbysealightsexten" id="usingthecodeviewertoviewcoveragedata-sampleofagithubpagewithcoverageinformationaddedbysealightsexten"></a>

<figure><img src="https://sealights.atlassian.net/wiki/download/thumbnails/139853910/image2019-10-31_11-42-13.png?version=1&#x26;modificationDate=1572514936974&#x26;cacheVersion=1&#x26;api=v2&#x26;width=896&#x26;height=400" alt=""><figcaption></figcaption></figure>


---

# 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:

```
GET https://docs.sealights.io/knowledgebase/setup-and-configuration/integrations/sealights-chrome-extension/view-coverage-in-scm-code-viewer.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.
