Middle
What percentage of coverage was there? Regression, smoke, or all?
sobes.tech AI
Answer from AI
Test coverage depends on the goals and stage of the project. Usually, the focus is on covering the main functional scenarios (smoke tests) for quick verification of the build's operability.
Regression testing covers a broader set of tests to ensure that changes haven't broken existing functionality. Full coverage includes both smoke and regression tests, as well as additional types of tests (e.g., integration, load testing).
The coverage percentage varies, but to ensure stability, it is often aimed at 70-80% or higher, especially for critical components.