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

Add support for combined test output (to land) #1212

Merged
merged 27 commits into from
Jan 9, 2024

More small fixups

c504741
Select commit
Loading
Failed to load commit list.
Merged

Add support for combined test output (to land) #1212

More small fixups
c504741
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 9, 2024 in 1s

77.39% (-0.88%) compared to 39600e7

View this Pull Request on Codecov

77.39% (-0.88%) compared to 39600e7

Details

Codecov Report

Attention: 344 lines in your changes are missing coverage. Please review.

Comparison is base (39600e7) 78.26% compared to head (c504741) 77.39%.

Files Patch % Lines
nextest-runner/src/reporter/aggregator.rs 0.00% 109 Missing ⚠️
nextest-runner/src/test_command/unix.rs 0.00% 104 Missing ⚠️
nextest-runner/src/reporter/structured/libtest.rs 62.65% 59 Missing ⚠️
nextest-runner/src/reporter.rs 50.00% 35 Missing ⚠️
nextest-runner/src/test_output.rs 70.17% 17 Missing ⚠️
nextest-runner/src/runner.rs 76.92% 6 Missing ⚠️
nextest-runner/src/test_command/imp.rs 73.91% 6 Missing ⚠️
nextest-runner/src/list/test_list.rs 54.54% 5 Missing ⚠️
cargo-nextest/src/dispatch.rs 81.81% 2 Missing ⚠️
nextest-runner/src/helpers.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1212      +/-   ##
==========================================
- Coverage   78.26%   77.39%   -0.88%     
==========================================
  Files          69       72       +3     
  Lines       17464    17860     +396     
==========================================
+ Hits        13668    13822     +154     
- Misses       3796     4038     +242     

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