You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI/CD now mostly, but not exclusively, excludes the test-code from coverage reports, this means that the non-excluded coverage skews the results to lower values than if the tests were not excluded at all.
solution
explore excluding the rest of the test code from the reports, or determine a roll-back is needed.
implement coverage improvements strategically to improve overall test coverage.
Context
solution