cpisciotta / xcbeautify

A little beautifier tool for xcodebuild
MIT License
939 stars 65 forks source link

Refactor Formatting Methods Requiring Raw Input #233

Closed cpisciotta closed 7 months ago

cpisciotta commented 7 months ago

Each of the formatting methods should have sufficient information from the respective CaptureGroup to format without the raw input. This unblocks the effort to introduce a formatted method directly on each of the CaptureGroups.

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (b8abfc4) 83.11% compared to head (eb1cabc) 84.58%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #233 +/- ## ========================================== + Coverage 83.11% 84.58% +1.46% ========================================== Files 14 14 Lines 1860 1862 +2 ========================================== + Hits 1546 1575 +29 + Misses 314 287 -27 ```

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