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
feat: add statement and branch coverage columns to index.html report (#2085)
* feat: add Statement and Branch coverage columns to index.html report
* chore: update HTML gold files after layout changes
* refactor: rename statements_ratio and branches_ratio to ratio_statements and ratio_branches
* test: cover ratio_statements and ratio_branches in Numbers tests
* refactor: unify percent calculation in Numbers using a shared helper
* refactor: simplify pc_ properties using argument unpacking*
* refactor: remove unnecessary tHead/tFoot conditionalizing in HTML index table
0 commit comments