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

test fix: removing use of ABC Span in API test #375

Merged
merged 1 commit into from
Jan 23, 2020

Conversation

toumorokoshi
Copy link
Member

There was one instance of using an ABC Span object
in the unit tests, which is breaking linting and typing.

There was one instance of using an ABC Span object
in the unit tests, which is breaking
linting and typing.
@toumorokoshi toumorokoshi requested a review from a team January 23, 2020 17:32
@codecov-io
Copy link

codecov-io commented Jan 23, 2020

Codecov Report

❗ No coverage uploaded for pull request base (master@7415679). Click here to learn what that means.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff            @@
##             master     #375   +/-   ##
=========================================
  Coverage          ?   85.22%           
=========================================
  Files             ?       38           
  Lines             ?     1916           
  Branches          ?      226           
=========================================
  Hits              ?     1633           
  Misses            ?      218           
  Partials          ?       65

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 7415679...641011c. Read the comment docs.

Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for catching this.

@c24t c24t merged commit ccb97e5 into open-telemetry:master Jan 23, 2020
toumorokoshi added a commit to toumorokoshi/opentelemetry-python that referenced this pull request Feb 17, 2020
srikanthccv pushed a commit to srikanthccv/opentelemetry-python that referenced this pull request Nov 1, 2020
* feat(plugin-https): patch https requests

closes open-telemetry#375
add tests

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* docs(plugin-https): add jaeger image

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: add mayurkale22 recommendations

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: add markwolff recommendations

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>

* fix: file name utils

* fix: add danielkhan and bg451 recommendations

Signed-off-by: Olivier Albertini <olivier.albertini@montreal.ca>
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.

4 participants