karma-coverage icon indicating copy to clipboard operation
karma-coverage copied to clipboard

karma coverage average summary

Open rajjaiswalsaumya opened this issue 3 years ago • 2 comments

I need a way to report average of all test coverage. Is there a way to get callback of all coverage to calculate average ?

rajjaiswalsaumya avatar Jan 31 '22 20:01 rajjaiswalsaumya

Have you tried:

reporters: [
    { type: "text-summary" }
]

neutraali avatar Aug 10 '22 11:08 neutraali

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

rajjaiswalsaumya avatar Mar 19 '24 06:03 rajjaiswalsaumya