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 multi-document yaml reading errors #2322

Merged
merged 1 commit into from May 7, 2024

Conversation

maxwell-can-not-fly
Copy link
Collaborator

Describe what this PR does / why we need it

this fixes a multi-document yaml reading issue, which may break application install

Does this pull request fix one issue?

Fixes #2299

Describe how you did it

use yaml decoder for multi-document yaml reading

Describe how to verify it

this can be reproduced by unit tests, a unit test file is added for verification

Special notes for reviews

@github-actions github-actions bot added the test label Nov 30, 2023
@codecov-commenter
Copy link

codecov-commenter commented Nov 30, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f07e804) 20.50% compared to head (8d45ca5) 13.43%.
Report is 4 commits behind head on main.

❗ Your organization needs to install the Codecov GitHub app to enable full functionality.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2322      +/-   ##
==========================================
- Coverage   20.50%   13.43%   -7.08%     
==========================================
  Files          96      260     +164     
  Lines        9129    22656   +13527     
==========================================
+ Hits         1872     3043    +1171     
- Misses       7002    19202   +12200     
- Partials      255      411     +156     
Flag Coverage Δ
e2e-tests 8.48% <ø> (?)
unit-tests 20.75% <100.00%> (+0.24%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Signed-off-by: Maxwell <144507225+maxwell-can-not-fly@users.noreply.github.com>
Copy link
Collaborator

@jjkobe jjkobe left a comment

Choose a reason for hiding this comment

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

check no problem

@jjkobe jjkobe merged commit f4f89c5 into sealerio:main May 7, 2024
11 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Lost a part of parameters of helm chart values when install app
3 participants