Closed rmkeezer closed 4 years ago
Merging #81 into master will increase coverage by
0.19%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #81 +/- ##
==========================================
+ Coverage 98.00% 98.19% +0.19%
==========================================
Files 18 18
Lines 651 665 +14
==========================================
+ Hits 638 653 +15
+ Misses 13 12 -1
Impacted Files | Coverage Δ | |
---|---|---|
ibm_cloud_sdk_core/base_service.py | 95.12% <100.00%> (+1.12%) |
:arrow_up: |
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 27a6e7e...982b0b4. Read the comment docs.
I added another test for reading the ENABLE_GZIP config and using non-json data
:tada: This PR is included in version 3.3.0 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
Allows gzip compression to be enabled for request bodies in the base service. This should be enabled by either the service or by an external config.