# Missing or Insufficient Test Stage Coverage

## Problem <a href="#problem" id="problem"></a>

My Test stage shows 0% Coverage or some of the Methods I expect to be covered are not marked like this by Sealights

## Solution <a href="#solution" id="solution"></a>

You need to ensure the right configuration is in place per the type of testing e.g.

* Unit tests: [Unit Test Coverage Troubleshooting](/knowledgebase/setup-and-configuration/troubleshooting-faq/general/missing-or-insufficient-test-stage-coverage/unit-test-coverage-troubleshooting.md)
* Other Test stages e.g. Functional, Automation, Integration which are run against a deployed application: [Test Stage Coverage Troubleshooting](/knowledgebase/setup-and-configuration/troubleshooting-faq/general/missing-or-insufficient-test-stage-coverage/test-stage-coverage-troubleshooting.md)


---

# 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/setup-and-configuration/troubleshooting-faq/general/missing-or-insufficient-test-stage-coverage.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.
