-
Notifications
You must be signed in to change notification settings - Fork 126
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
feat(lifecycle-operator): support linked spans in KeptnAppVersion #2833
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2833 +/- ##
==========================================
+ Coverage 85.70% 85.75% +0.04%
==========================================
Files 161 161
Lines 10202 10234 +32
==========================================
+ Hits 8744 8776 +32
Misses 1175 1175
Partials 283 283
Flags with carried forward coverage won't be shown. Click here to find out more. |
lifecycle-operator/controllers/lifecycle/keptnappversion/controller.go
Outdated
Show resolved
Hide resolved
lifecycle-operator/controllers/lifecycle/keptnappversion/controller_test.go
Outdated
Show resolved
Hide resolved
lifecycle-operator/controllers/lifecycle/keptnappversion/controller.go
Outdated
Show resolved
Hide resolved
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Signed-off-by: odubajDT <[email protected]>
Quality Gate passedKudos, no new issues were introduced! 0 New issues |
…ptn#2833) Signed-off-by: odubajDT <[email protected]> Signed-off-by: vickysomtee <[email protected]>
Fixes: #2577