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

Include executed tests in the build metrics (and use a custom test display impl) #108659

Merged
merged 14 commits into from
Mar 21, 2023

Commits on Mar 2, 2023

  1. Configuration menu
    Copy the full SHA
    d7049ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2f3806 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f96774b View commit details
    Browse the repository at this point in the history
  4. add a splash of color

    pietroalbini committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f816d3a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9388c8e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b14b355 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    50b3583 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ad9a444 View commit details
    Browse the repository at this point in the history
  9. do not use render_tests for clippy

    Behind the scenes Clippy uses compiletest-rs, which doesn't support the
    --json flag we added to Rust's compiletest.
    pietroalbini committed Mar 2, 2023
    Configuration menu
    Copy the full SHA
    f23e205 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    9a1ff1b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4958272 View commit details
    Browse the repository at this point in the history

Commits on Mar 6, 2023

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

Commits on Mar 7, 2023

  1. switch to termcolor

    pietroalbini committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    c015d0d View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2023

  1. handle tests timing out

    pietroalbini committed Mar 21, 2023
    Configuration menu
    Copy the full SHA
    aacbd86 View commit details
    Browse the repository at this point in the history