Azure / msrest-for-python

The runtime library "msrest" for AutoRest generated Python clients.
MIT License
41 stars 64 forks source link

HTTP improvement #87

Closed lmazuel closed 6 years ago

lmazuel commented 6 years ago

Improvement in the HTTP layer of msrest

codecov-io commented 6 years ago

Codecov Report

Merging #87 into master will decrease coverage by 45.5%. The diff coverage is 92.39%.

Impacted file tree graph

@@             Coverage Diff             @@
##           master      #87       +/-   ##
===========================================
- Coverage   74.61%   29.11%   -45.51%     
===========================================
  Files         405      380       -25     
  Lines       18007    16166     -1841     
===========================================
- Hits        13436     4706     -8730     
- Misses       4571    11460     +6889
Impacted Files Coverage Δ
msrest/pipeline.py 93.45% <ø> (-0.3%) :arrow_down:
msrest/configuration.py 44.73% <100%> (+0.73%) :arrow_up:
msrest/__init__.py 100% <100%> (ø) :arrow_up:
msrest/authentication.py 94.11% <100%> (+0.17%) :arrow_up:
msrest/service_client.py 83.1% <90.54%> (+0.92%) :arrow_up:
...ata/bodyformdata/operations/formdata_operations.py 18.36% <0%> (-73.47%) :arrow_down:
...s/BodyFile/bodyfile/operations/files_operations.py 16.66% <0%> (-71.22%) :arrow_down:
...astructure/operations/http_redirects_operations.py 12.68% <0%> (-69.21%) :arrow_down:
...ests/Header/header/operations/header_operations.py 12.62% <0%> (-68.34%) :arrow_down:
...additionalproperties/operations/pets_operations.py 13.76% <0%> (-67.89%) :arrow_down:
... and 182 more

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 1cd895a...4f3f7fc. Read the comment docs.