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

[nextest-runner] improve error handling for child process management #1930

Merged
merged 1 commit into from
Dec 1, 2024

[nextest-runner] improve error handling for child process management

f429e8d
Select commit
Loading
Failed to load commit list.
Merged

[nextest-runner] improve error handling for child process management #1930

[nextest-runner] improve error handling for child process management
f429e8d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2024 in 0s

80.00% (+0.17%) compared to 6bd1209

View this Pull Request on Codecov

80.00% (+0.17%) compared to 6bd1209

Details

Codecov Report

Attention: Patch coverage is 66.80498% with 80 lines in your changes missing coverage. Please review.

Project coverage is 80.00%. Comparing base (6bd1209) to head (f429e8d).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
nextest-runner/src/runner.rs 61.01% 23 Missing ⚠️
nextest-runner/src/reporter/structured/libtest.rs 65.07% 22 Missing ⚠️
nextest-runner/src/reporter/displayer.rs 74.46% 12 Missing ⚠️
nextest-runner/src/reporter/aggregator.rs 0.00% 11 Missing ⚠️
nextest-runner/src/config/scripts.rs 60.00% 6 Missing ⚠️
nextest-runner/src/errors.rs 89.74% 4 Missing ⚠️
nextest-runner/src/test_command/imp.rs 71.42% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1930      +/-   ##
==========================================
+ Coverage   79.82%   80.00%   +0.17%     
==========================================
  Files          81       81              
  Lines       21048    21086      +38     
==========================================
+ Hits        16802    16869      +67     
+ Misses       4246     4217      -29     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.