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: report covered lines, functions and branches to reporters #49320

Merged

Commits on Aug 25, 2023

  1. test_runner: report covered lines, functions and branches to reporters

    This is a breaking change for the format of test:coverage events. But
    the test coverage is still experimental, so I don't believe it requires
    a semver-major bump.
    
    Fixes nodejs#49303
    philnash committed Aug 25, 2023
    Configuration menu
    Copy the full SHA
    9dba88a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    85e4ba5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a382307 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. test_runner: addressing PR comments

    Removed additional loop from calculating max counts for functions.
    Simplified reporting of count for each line.
    Returned arrow function to implicit return.
    philnash committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e0dd2d4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    81448af View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    741cdf9 View commit details
    Browse the repository at this point in the history