qiniu / objc-sdk

Qiniu Resource (Cloud) Storage Objective-C SDK for Mac/iOS
http://developer.qiniu.com
MIT License
435 stars 197 forks source link

handle memory problem #362

Closed YangSen-qn closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #362 into develop will increase coverage by 0.10%. The diff coverage is 91.89%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #362      +/-   ##
===========================================
+ Coverage    80.89%   80.99%   +0.10%     
===========================================
  Files           82       83       +1     
  Lines         5929     5966      +37     
===========================================
+ Hits          4796     4832      +36     
- Misses        1133     1134       +1     
Impacted Files Coverage Δ
QiniuSDKTests/QNFileRecorderTest.m 38.46% <50.00%> (ø)
QiniuSDK/Http/Request/QNHttpSingleRequest.m 72.88% <55.55%> (-1.04%) :arrow_down:
QiniuSDK/Storage/QNFormUpload.m 65.00% <80.00%> (-0.79%) :arrow_down:
QiniuSDK/Common/QNAutoZone.m 93.68% <100.00%> (+0.27%) :arrow_up:
QiniuSDK/Http/Dns/QNDnsPrefetch.m 75.47% <100.00%> (+0.06%) :arrow_up:
QiniuSDK/Http/QNResponseInfo.m 77.53% <100.00%> (-0.17%) :arrow_down:
...tp/Request/HttpClient/UrlProtocol/QNCFHttpClient.m 81.27% <100.00%> (ø)
QiniuSDK/Http/Request/QNHttpRegionRequest.m 96.00% <100.00%> (+0.08%) :arrow_up:
QiniuSDK/Http/Request/QNRequestTransaction.m 98.14% <100.00%> (+1.12%) :arrow_up:
QiniuSDK/Storage/QNBaseUpload.m 88.11% <100.00%> (+0.48%) :arrow_up:
... and 5 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 f158bf0...4f18692. Read the comment docs.