Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: don't build diff doc for creates and deletes #806

Merged
merged 1 commit into from
Dec 15, 2022
Merged

Conversation

GGabriele
Copy link
Collaborator

This commit fixes a 'visual' regression introduced in #463, which is making decK print full diff documents for 'create' and 'delete' actions. This can result in very
verbose output in case of configuration files
containing hundreds/thousands of resources.

This commit fixes a 'visual' regression introduced
in #463, which is
making decK print full diff documents for 'create'
and 'delete' actions. This can result in very
verbose output in case of configuration files
containing hundreds/thousands of resources.
@GGabriele GGabriele requested a review from a team as a code owner December 13, 2022 11:56
@GGabriele GGabriele temporarily deployed to Configure ci December 13, 2022 11:56 — with GitHub Actions Inactive
@codecov-commenter
Copy link

codecov-commenter commented Dec 13, 2022

Codecov Report

Base: 38.88% // Head: 38.91% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (a196ec2) compared to base (be0eaa0).
Patch coverage: 0.00% of modified lines in pull request are covered.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #806      +/-   ##
==========================================
+ Coverage   38.88%   38.91%   +0.03%     
==========================================
  Files          88       88              
  Lines       10205    10197       -8     
==========================================
  Hits         3968     3968              
+ Misses       5851     5843       -8     
  Partials      386      386              
Impacted Files Coverage Δ
diff/diff.go 0.00% <0.00%> (ø)

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

Copy link
Contributor

@aboudreault aboudreault left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested locally, works as expected. 👍

@GGabriele GGabriele merged commit b94b97c into main Dec 15, 2022
@GGabriele GGabriele deleted the fix/diffs branch December 15, 2022 20:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants