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: adds built in lcov test reporter #50018

Merged
merged 14 commits into from
Oct 25, 2023

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    c153f07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f1fb047 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8b60251 View commit details
    Browse the repository at this point in the history
  4. test_runner: fixes comments

    Adds missing returns.
    Removes unnecessary regex replace in lcov reporter test
    philnash committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c080f97 View commit details
    Browse the repository at this point in the history
  5. test_runner: transform lcov output to be more consistent

    The test coverage outputs all files that are touched during the running of any code. This could get noisy, so this introduces a transform that turns the lcov snapshot into just the output from the test file.
    philnash committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    6377f29 View commit details
    Browse the repository at this point in the history
  6. test_runner: fixing PR comments

    * Adds lcov reporter to docs examples
    * Corrects comment with period after URL
    * Use ReflectConstruct so that the lcov reporter class is usable as a
    function
    philnash committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    c079bfc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    579ce3e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e1dbd6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c218382 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b33f154 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ed9d6ca View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    56a137f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eb7a3ad View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    3c5ee6b View commit details
    Browse the repository at this point in the history