Missing or Insufficient Test Stage Coverage
Problem
My Test stage shows 0% Coverage or some of the Methods I expect to be covered are not marked like this by Sealights
Solution
You need to ensure the right configuration is in place per the type of testing e.g.
Unit tests: Unit Test Coverage Troubleshooting
Other Test stages e.g. Functional, Automation, Integration which are run against a deployed application: Test Stage Coverage Troubleshooting
Last updated
Was this helpful?