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

chore: ensure logger is passed down #7072

Merged
merged 1 commit into from
Feb 4, 2025

Conversation

czeslavo
Copy link
Contributor

@czeslavo czeslavo commented Feb 4, 2025

What this PR does / why we need it:

Where possible, it leverages ctrl.LoggerFrom(ctx) instead of passing the logger explicitly. Besides that, there was no further improvement needed to pass the parent logger down.

Which issue this PR fixes:

Closes #7045.

@czeslavo czeslavo self-assigned this Feb 4, 2025
@czeslavo czeslavo marked this pull request as ready for review February 4, 2025 09:28
@czeslavo czeslavo requested a review from a team as a code owner February 4, 2025 09:28
Copy link

codecov bot commented Feb 4, 2025

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Please upload report for BASE (feat/kic-as-library@a1d045b). Learn more about missing BASE report.

Files with missing lines Patch % Lines
internal/manager/run.go 87.5% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                  Coverage Diff                  @@
##             feat/kic-as-library   #7072   +/-   ##
=====================================================
  Coverage                       ?   76.7%           
=====================================================
  Files                          ?     219           
  Lines                          ?   25055           
  Branches                       ?       0           
=====================================================
  Hits                           ?   19226           
  Misses                         ?    4817           
  Partials                       ?    1012           

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

@czeslavo czeslavo merged commit e55bf68 into feat/kic-as-library Feb 4, 2025
54 checks passed
@czeslavo czeslavo deleted the chore/passing-logger branch February 4, 2025 11:53
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.

2 participants