mchlvl / starlette-zipkin

Zipkin client for asgi. Compatible with Starlette Framework and Jaeger tracing server
10 stars 5 forks source link

Upgrade starlette, python #40

Closed mchlvl closed 2 years ago

mchlvl commented 2 years ago

Update required tweak of tests, due to the starlette change https://github.com/encode/starlette/pull/1395 of explicitly returning conten-length header

Additionally adding tests for pyhon 3.9, 3.10

codecov-commenter commented 2 years ago

Codecov Report

Merging #40 (ce79710) into main (1d7c073) will increase coverage by 0.30%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main      #40      +/-   ##
==========================================
+ Coverage   91.02%   91.33%   +0.30%     
==========================================
  Files           8        8              
  Lines         301      300       -1     
==========================================
  Hits          274      274              
+ Misses         27       26       -1     
Impacted Files Coverage Δ
starlette_zipkin/middleware.py 92.85% <0.00%> (+0.82%) :arrow_up:

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