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 the lint errors due to deprecation. #159

Merged
merged 1 commit into from
Jan 10, 2024
Merged

Fix the lint errors due to deprecation. #159

merged 1 commit into from
Jan 10, 2024

Conversation

schmidtw
Copy link
Member

  • trace.NewNoopTracerProvider changes to noop.NewTracerProvider
  • go.opentelemetry.io/otel/exporters/jaeger is marked as deprecated but for now this library is ignoring that change. An issue will be filed to handle this separately.

- trace.NewNoopTracerProvider changes to noop.NewTracerProvider
- go.opentelemetry.io/otel/exporters/jaeger is marked as deprecated but
  for now this library is ignoring that change.  An issue will be filed
  to handle this separately.
@schmidtw schmidtw requested a review from renaz6 January 10, 2024 20:17
Copy link

codecov bot commented Jan 10, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (76277ab) 71.24% compared to head (e372eea) 71.24%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #159   +/-   ##
=======================================
  Coverage   71.24%   71.24%           
=======================================
  Files           4        4           
  Lines         233      233           
=======================================
  Hits          166      166           
  Misses         62       62           
  Partials        5        5           
Flag Coverage Δ
unittests 71.24% <100.00%> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

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

@schmidtw schmidtw merged commit 3db4fce into main Jan 10, 2024
17 checks passed
@schmidtw schmidtw deleted the fix-lint-errors branch January 10, 2024 23:17
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.

2 participants