cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
947 stars 67 forks source link

Prefix parallel test results with test suite name #289

Closed jflan-dd closed 2 months ago

jflan-dd commented 2 months ago

Output from parallel tests can end up interspersed between different Test Suite X started ... headings, which can be quite confusing.

This PR prefixes parallel test results with the suite name to help users tell which suite a test failure came from.

codecov[bot] commented 2 months ago

Codecov Report

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

Project coverage is 85.76%. Comparing base (d9e8acf) to head (c0e07ed).

Files Patch % Lines
...rces/XcbeautifyLib/Renderers/OutputRendering.swift 91.66% 2 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #289 +/- ## ========================================== + Coverage 85.71% 85.76% +0.05% ========================================== Files 15 15 Lines 1645 1665 +20 ========================================== + Hits 1410 1428 +18 - Misses 235 237 +2 ```

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