cpisciotta / xcbeautify

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

[New Output] Support Note Output #311

Open ikelax opened 3 weeks ago

ikelax commented 3 weeks ago

Adresses #208.

Changes

Add a capture group for the Note output.

Testing

codecov[bot] commented 3 weeks ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 86.33%. Comparing base (e7289f3) to head (37cb126).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #311 +/- ## ========================================== - Coverage 86.85% 86.33% -0.53% ========================================== Files 14 14 Lines 1651 1661 +10 ========================================== Hits 1434 1434 - Misses 217 227 +10 ```

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

ikelax commented 3 weeks ago

@cpisciotta Currently, the tests do not check if the strings are coloured correctly if I am not mistaken. Do you think this should be covered? What do you think about the formatting I chose for this output?