jaegertracing / jaeger-client-python

πŸ›‘ This library is DEPRECATED!
https://jaegertracing.io/
Apache License 2.0
408 stars 155 forks source link

Cleanup and feedbacks changes #298

Closed Ashmita152 closed 3 years ago

Ashmita152 commented 3 years ago

Signed-off-by: Ashmita Bohara ashmita.bohara152@gmail.com

Which problem is this PR solving?

Part of https://github.com/jaegertracing/jaeger-client-python/issues/295

Short description of the changes

codecov[bot] commented 3 years ago

Codecov Report

Merging #298 (d3cfeba) into master (6bf76a1) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #298   +/-   ##
=======================================
  Coverage   95.91%   95.91%           
=======================================
  Files          25       25           
  Lines        1935     1935           
  Branches      265      265           
=======================================
  Hits         1856     1856           
  Misses         52       52           
  Partials       27       27           

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 6bf76a1...d3cfeba. Read the comment docs.

Ashmita152 commented 3 years ago

Minor cleanup for Dockerfile:

Less number of intermediate layers means faster build of docker images.