nextest-rs / nextest

A next-generation test runner for Rust.
https://nexte.st
Apache License 2.0
2.14k stars 94 forks source link

[nextest-runner] color each line in multi-line highlights separately #1681

Closed sunshowers closed 4 weeks ago

sunshowers commented 4 weeks ago

Many CI systems can't handle multi-line colors -- they reset the color after each line. Within nextest, we can be smarter about this.

codecov[bot] commented 4 weeks ago

Codecov Report

Attention: Patch coverage is 97.36842% with 2 lines in your changes missing coverage. Please review.

Project coverage is 79.22%. Comparing base (2516f81) to head (0d12b38). Report is 2 commits behind head on main.

Files with missing lines Patch % Lines
nextest-runner/src/reporter/displayer.rs 97.36% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #1681 +/- ## ========================================== + Coverage 79.07% 79.22% +0.14% ========================================== Files 79 79 Lines 19736 19798 +62 ========================================== + Hits 15607 15685 +78 + Misses 4129 4113 -16 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.