mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
Add a "table" parameter to getCoverageReport. Keep the tap coverage output intact. Change the output by adding padding and truncating the tables' cells. Add separation lines for table head/body/foot. Group uncovered lines as ranges. Add yellow color for coverage between 50 and 90. Refs: https://github.com/nodejs/node/pull/46674 PR-URL: https://github.com/nodejs/node/pull/47791 Reviewed-By: Moshe Atlow <moshe@atlow.co.il>