Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

test_runner: refactor coverage report output for readability #47791

Merged
merged 11 commits into from
Jun 7, 2023

Commits on Jun 6, 2023

  1. test_runner: refactor coverage report output for readability

    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: nodejs#46674
    dmnsgn committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    d177485 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be8cdf8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e024399 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6bbe5b7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f9ad76 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d22b485 View commit details
    Browse the repository at this point in the history
  7. test_runner: use StringPrototypeSlice primordial instead of substring…

    … for truncate methods
    dmnsgn committed Jun 6, 2023
    Configuration menu
    Copy the full SHA
    04d2b78 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b7cdf96 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbafa5b View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    98a327b View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fdade11 View commit details
    Browse the repository at this point in the history