file | scope | name | ${flatten[0].scores.map(({ name }) => `${name} | `).join('')}
---|---|---|---|
${m.filePath} | ${m.scope} | ${m.name} | ${m.scores 36 | .map(({ value, state }) => ({ 37 | score: Math.round(value * 100) / 100, 38 | state, 39 | })) 40 | .map(v => `${getIconByState(v.state)} ${v.score} | `) 41 | .join('')}