Skip to content

Commit

Permalink
add statements for v8 coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
cenfun committed Feb 7, 2024
1 parent 68cfc0a commit ef8d6af
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ const getV8Summary = (report, list) => {
const map = {
bytes: 'Bytes',
statements: 'Statements',
functions: 'Functions',
branches: 'Branches',
lines: 'Lines'
Expand Down

0 comments on commit ef8d6af

Please sign in to comment.