Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: harmont-dev/hyper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: harmont-dev/hyper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: test/broken-codecov
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 8 files changed
  • 1 contributor

Commits on Jul 8, 2026

  1. test(suidhelper): preserve LLVM_PROFILE_FILE across e2e env scrub

    The e2e suite spawns the helper with env_clear(), which also stripped
    the llvm-cov profile path -- the instrumented child never wrote its
    .profraw where collection looks, so src/main.rs reported 0% coverage
    despite being executed by every e2e test. Dedup the four per-file spawn
    helpers into tests/e2e/support.rs, which re-propagates only
    LLVM_PROFILE_FILE (%p keeps child profiles distinct).
    markovejnovic committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    8cb1f63 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a3ceba2 View commit details
    Browse the repository at this point in the history
  3. ci: collect + upload Rust coverage from the privileged e2e job

    Root-gated e2e paths (tool dispatch, sys-test, jail build) only execute
    in this job; running them under plain nextest meant they never counted.
    Uploads under the existing rust flag; codecov merges per commit.
    markovejnovic committed Jul 8, 2026
    Configuration menu
    Copy the full SHA
    afcb233 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2f5a421 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a58f5a View commit details
    Browse the repository at this point in the history
Loading