IBM / python-sdk-core

The python-sdk-core repository contains core functionality required by Python code generated by the IBM OpenAPI SDK Generator.
Apache License 2.0
20 stars 27 forks source link

fix: replace zlib with gzip for gzip compression #85

Closed rmkeezer closed 3 years ago

rmkeezer commented 3 years ago

ref: https://github.ibm.com/arf/planning-sdk-squad/issues/2290

Using gzip instead of zlib will avoid an issue when compressing and decompressing gzip file data.

codecov[bot] commented 3 years ago

Codecov Report

Merging #85 (b1e2f2b) into master (99dd028) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #85   +/-   ##
=======================================
  Coverage   98.19%   98.19%           
=======================================
  Files          18       18           
  Lines         665      665           
=======================================
  Hits          653      653           
  Misses         12       12           
Impacted Files Coverage Δ
ibm_cloud_sdk_core/base_service.py 95.12% <100.00%> (ø)

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 9c3b1c2...b1e2f2b. Read the comment docs.

ibm-devx-automation commented 3 years ago

:tada: This PR is included in version 3.3.1 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: