kpn / combadge

Generic API clients based on Pydantic and protocols
https://kpn.github.io/combadge
Apache License 2.0
13 stars 2 forks source link

FIX: support header annotation in service definition #20

Closed beerdeaap closed 1 year ago

beerdeaap commented 1 year ago

Ran into this while trying to add headers to my service request.

codecov[bot] commented 1 year ago

Codecov Report

Merging #20 (43b1859) into main (234b49c) will increase coverage by 0.14%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main      #20      +/-   ##
==========================================
+ Coverage   94.43%   94.58%   +0.14%     
==========================================
  Files          29       29              
  Lines         683      683              
  Branches       65       65              
==========================================
+ Hits          645      646       +1     
+ Misses         32       31       -1     
  Partials        6        6              
Impacted Files Coverage Δ
combadge/support/httpx/backends/sync.py 97.50% <ø> (ø)
combadge/support/http/request.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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