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

Drop binary integration test from coverage #3398

Merged
merged 2 commits into from
Sep 14, 2024

Commits on Sep 14, 2024

  1. Drop binary integration test from coverage

    It causes problems and makes no sense to collect anyways
    because it just calls precompiled binaries from rust code.
    
    We now need two calls to `cargo test` because `--doc` can not
    be combined with any other testing target.
    FreezyLemon committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    eca2b49 View commit details
    Browse the repository at this point in the history
  2. Remove unnecessary .max(255)

    This is a `u8` which has a max value of 255
    FreezyLemon committed Sep 14, 2024
    Configuration menu
    Copy the full SHA
    a1bfdd0 View commit details
    Browse the repository at this point in the history