-
Notifications
You must be signed in to change notification settings - Fork 833
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
test(instrumentation-http): remove tests for deprecated request package #5328
base: main
Are you sure you want to change the base?
test(instrumentation-http): remove tests for deprecated request package #5328
Conversation
// Temporarily removed. See https://github.com/open-telemetry/opentelemetry-js/issues/3344 | ||
// import * as got from 'got'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have decided that we can make the temporary removal permanent. :) We did not miss the tests for it in the past few years.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5328 +/- ##
=======================================
Coverage 94.56% 94.56%
=======================================
Files 322 322
Lines 8132 8132
Branches 1715 1715
=======================================
Hits 7690 7690
Misses 442 442 |
Which problem is this PR solving?
request
is long deprecated (5+ years), I think we won't get into trouble if we stop testing against it. :D