-
Notifications
You must be signed in to change notification settings - Fork 518
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 (jkube-kit) : Configure YAML_MAPPER to use platform specific line endings #3008
Conversation
… endings Update Serialization's YAML_MAPPER to use line breaks specific to platform it's running on. Earlier we were always using Line Feeds whether on Windows or Unix. Signed-off-by: Rohan Kumar <rohaan@redhat.com>
Eclipse JKube CI ReportStarted new GH workflow run for #3008 (2024-05-02T11:05:15Z) ⚙️ JKube E2E Tests (8922647775)
|
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3008 +/- ##
=============================================
+ Coverage 59.36% 70.85% +11.49%
- Complexity 4586 5086 +500
=============================================
Files 500 490 -10
Lines 21211 19591 -1620
Branches 2830 2526 -304
=============================================
+ Hits 12591 13882 +1291
+ Misses 7370 4481 -2889
+ Partials 1250 1228 -22 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Fix #3007
Update Serialization's YAML_MAPPER to use line breaks specific to platform it's running on. Earlier we were always using Line Feeds whether on Windows or Unix.
Type of change
test, version modification, documentation, etc.)
Checklist