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
I'm currently configuring my test coverage analysis using targetClasses. At this stage, I haven't written any tests yet, so both line coverage and mutation coverage are showing as 0%, as expected.
However, I noticed that the test strength is being reported as 100%, which seems incorrect given that no tests have been executed.
Context:
lineCoverage: 0%
mutationCoverage: 0%
testStrength: 100%
No tests have been implemented yet.
targetClasses is set correctly.
Is this a known issue or a potential bug?
Could this be related to how test strength is calculated when there are no mutations or tests present?