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] avoid mixing pointer and non-pointer receiver on struct functions #10667

Merged
merged 1 commit into from
Aug 7, 2024

Conversation

atoulme
Copy link
Contributor

@atoulme atoulme commented Jul 19, 2024

Fix an IDE warning about mixing receiver types.

@atoulme atoulme requested a review from a team as a code owner July 19, 2024 07:52
@atoulme atoulme requested a review from codeboten July 19, 2024 07:52
Copy link

codecov bot commented Jul 19, 2024

Codecov Report

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

Project coverage is 92.33%. Comparing base (4b5f096) to head (b17d0f5).
Report is 76 commits behind head on main.

Files Patch % Lines
connector/internal/factory.go 50.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main   #10667   +/-   ##
=======================================
  Coverage   92.33%   92.33%           
=======================================
  Files         403      403           
  Lines       18734    18734           
=======================================
  Hits        17298    17298           
  Misses       1076     1076           
  Partials      360      360           

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

Copy link
Contributor

github-actions bot commented Aug 6, 2024

This PR was marked stale due to lack of activity. It will be closed in 14 days.

@github-actions github-actions bot added the Stale label Aug 6, 2024
@atoulme atoulme removed the Stale label Aug 7, 2024
@atoulme
Copy link
Contributor Author

atoulme commented Aug 7, 2024

Not stale, waiting for reviews.

@codeboten codeboten merged commit d924855 into open-telemetry:main Aug 7, 2024
66 of 67 checks passed
@github-actions github-actions bot added this to the next release milestone Aug 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants