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 #1088

Closed
wants to merge 22 commits into from

Fix clippy 1.75.0 lint

d94785d
Select commit
Loading
Failed to load commit list.
Closed

Add support for combined test output #1088

Fix clippy 1.75.0 lint
d94785d
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 2, 2024 in 1s

78.13% (-0.09%) compared to 1f45396

View this Pull Request on Codecov

78.13% (-0.09%) compared to 1f45396

Details

Codecov Report

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

Comparison is base (1f45396) 78.21% compared to head (d94785d) 78.13%.

Files Patch % Lines
nextest-runner/src/test_command/unix.rs 0.00% 103 Missing ⚠️
nextest-runner/src/reporter/structured/libtest.rs 48.93% 48 Missing ⚠️
nextest-runner/src/test_output.rs 94.08% 22 Missing ⚠️
nextest-runner/src/reporter/aggregator.rs 0.00% 20 Missing ⚠️
nextest-runner/src/runner.rs 75.00% 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 ⚠️
nextest-runner/src/reporter.rs 96.42% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1088      +/-   ##
==========================================
- Coverage   78.21%   78.13%   -0.09%     
==========================================
  Files          69       72       +3     
  Lines       17432    17971     +539     
==========================================
+ Hits        13635    14042     +407     
- Misses       3797     3929     +132     

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