# 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](https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/general/missing-or-insufficient-test-stage-coverage/unit-test-coverage-troubleshooting "mention")
* Other Test stages e.g. Functional, Automation, Integration which are run against a deployed application: [test-stage-coverage-troubleshooting](https://docs.sealights.io/knowledgebase/setup-and-configuration/troubleshooting-faq/general/missing-or-insufficient-test-stage-coverage/test-stage-coverage-troubleshooting "mention")

&#x20;
