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
This does not print average. It prints for each category such as line, branches etc. I need a way to print average coverage from the given category such as (line + branches) / 2 or (line + branches + functions) / 3 or (line + branches + functions + statements) / 4
I need a way to report average of all test coverage. Is there a way to get callback of all coverage to calculate average ?
The text was updated successfully, but these errors were encountered: