nextest
nextest copied to clipboard
[nextest-runner] add verbose flag to display test command lines
Fixes #2513
Codecov Report
:x: Patch coverage is 91.48936% with 4 lines in your changes missing coverage. Please review.
:white_check_mark: Project coverage is 80.19%. Comparing base (689de58) to head (4c56227).
:warning: Report is 11 commits behind head on main.
| Files with missing lines | Patch % | Lines |
|---|---|---|
| nextest-runner/src/reporter/displayer/imp.rs | 55.55% | 4 Missing :warning: |
Additional details and impacted files
@@ Coverage Diff @@
## main #2800 +/- ##
==========================================
+ Coverage 80.17% 80.19% +0.02%
==========================================
Files 113 113
Lines 26312 26359 +47
==========================================
+ Hits 21095 21139 +44
- Misses 5217 5220 +3
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
:rocket: New features to boost your workflow:
- :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
Implementation updated based on feedback
With apologies, I need to tackle something urgently at work this week. Hoping to look at this by the end of the week.