Currently SDK CI is expecting 72.74% code coverage and results in failure when we go below that point. This causes SDK PRs to constantly fail due to us being codecov/project — 72.57% (-0.17%) (at the point of writing). This constantly enforces us to implement for example one test to raise the coverage so that CI passes.
Solution
Consolidate on higher SDK code coverage(~80%) and keep strict test plans for not going below that point.
Problem
Currently SDK CI is expecting
72.74%
code coverage and results in failure when we go below that point. This causes SDK PRs to constantly fail due to us being codecov/project —72.57% (-0.17%)
(at the point of writing). This constantly enforces us to implement for example one test to raise the coverage so that CI passes.Solution
Consolidate on higher SDK code coverage(~80%) and keep strict test plans for not going below that point.
Alternatives
No response