Closed cpisciotta closed 6 months ago
Attention: Patch coverage is 82.50000%
with 21 lines
in your changes are missing coverage. Please review.
Project coverage is 86.08%. Comparing base (
d927949
) to head (c2de572
).
Files | Patch % | Lines |
---|---|---|
...rces/XcbeautifyLib/Renderers/OutputRendering.swift | 82.50% | 21 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Changes
Move
TerminalRenderer
code into theOutputRendering
extension. When a concreteOutputRendering
type doesn't implement a formatting method, it should fall back to a default implementation. Today, the default formatting methods are the ones used and defined byTerminalRenderer
.