-
Notifications
You must be signed in to change notification settings - Fork 523
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
Added paramterized type for ArchiveInputStream #2869
Conversation
Eclipse JKube CI ReportStarted new GH workflow run for #2869 (2024-04-09T05:03:42Z) ⚙️ JKube E2E Tests (8525039233)
|
Signed-off-by: Jonathanlemon <[email protected]>
Hi @rohanKanojia I have redone my PR with the completed legal agreement and signoff |
Quality Gate passedIssues Measures |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2869 +/- ##
=============================================
+ Coverage 59.36% 70.62% +11.26%
- Complexity 4586 5030 +444
=============================================
Files 500 486 -14
Lines 21211 19506 -1705
Branches 2830 2515 -315
=============================================
+ Hits 12591 13776 +1185
+ Misses 7370 4497 -2873
+ Partials 1250 1233 -17 ☔ View full report in Codecov by Sentry. |
@manusa Hi, I was hoping you could take a look and approve when ready thanks |
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
Adds parameterized type to ArchiveInputStream
Fixes #2838
Type of change
Checklist