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

runner improvements and signal bugfixes #1972

Merged
merged 4 commits into from
Dec 11, 2024

[nextest-runner] spawn a task for each test

aee7e06
Select commit
Loading
Failed to load commit list.
Merged

runner improvements and signal bugfixes #1972

[nextest-runner] spawn a task for each test
aee7e06
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 0s

80.23% (-0.16%) compared to 363c83f

View this Pull Request on Codecov

80.23% (-0.16%) compared to 363c83f

Details

Codecov Report

Attention: Patch coverage is 71.50538% with 53 lines in your changes missing coverage. Please review.

Project coverage is 80.23%. Comparing base (363c83f) to head (aee7e06).
Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
nextest-runner/src/reporter/displayer.rs 15.78% 32 Missing ⚠️
nextest-runner/src/runner/imp.rs 83.58% 11 Missing ⚠️
nextest-runner/src/runner/dispatcher.rs 92.95% 5 Missing ⚠️
nextest-runner/src/list/test_list.rs 0.00% 3 Missing ⚠️
nextest-runner/src/reporter/aggregator.rs 0.00% 1 Missing ⚠️
nextest-runner/src/reporter/events.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1972      +/-   ##
==========================================
- Coverage   80.38%   80.23%   -0.16%     
==========================================
  Files          92       92              
  Lines       22697    22745      +48     
==========================================
+ Hits        18246    18250       +4     
- Misses       4451     4495      +44     

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