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

Fix lint error due to the usage of deprecated method #5989

Merged
merged 4 commits into from Sep 7, 2022

Conversation

iblancasa
Copy link
Contributor

Signed-off-by: Israel Blancas iblancasa@gmail.com

Description:
Fixing error reported by golangci-lint due to the usage of deprecated function.

Link to tracking Issue: #5988

Testing:: current tests cover the changes done.

Signed-off-by: Israel Blancas <iblancasa@gmail.com>
@iblancasa iblancasa requested a review from a team as a code owner August 29, 2022 10:17
Signed-off-by: Israel Blancas <iblancasa@gmail.com>
@codecov
Copy link

codecov bot commented Sep 2, 2022

Codecov Report

Base: 92.01% // Head: 92.01% // Increases project coverage by +0.00% 🎉

Coverage data is based on head (c44c365) compared to base (c512073).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #5989   +/-   ##
=======================================
  Coverage   92.01%   92.01%           
=======================================
  Files         213      213           
  Lines       13232    13233    +1     
=======================================
+ Hits        12175    12176    +1     
  Misses        838      838           
  Partials      219      219           
Impacted Files Coverage Δ
service/internal/telemetry/process_telemetry.go 71.79% <100.00%> (+0.24%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@bogdandrutu bogdandrutu added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Sep 6, 2022
@bogdandrutu bogdandrutu merged commit fbcbdf0 into open-telemetry:main Sep 7, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants