Closed Arakos closed 9 months ago
Attention: 2 lines
in your changes are missing coverage. Please review.
Comparison is base (
292c5cf
) 82.79% compared to head (d4d9ed1
) 82.86%. Report is 10 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
pkg/dyff/output_human.go | 96.22% | 1 Missing and 1 partial :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
This is such a lovely addition to an already awesome tool. Any chance of getting this merged?
The multiline yaml-value change detection is currently not very useful (especially if color mode is off/not available) for huge text blocks (i.e. scripts, config-files, etc.) that are stored in a multiline string value.
Multiline string values will now render added/removed/changed lines as the string change detection logic go-diff detects. Unchanged lines will be truncated. Amount of unchanged lines to render around changes can be configured, default is 4.
Changes: