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

Network status check & optimize upload progress & optimize some concurrent logic #386

Closed YangSen-qn closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #386 (06e1983) into master (8c893b6) will increase coverage by 0.26%. The diff coverage is 86.97%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #386      +/-   ##
==========================================
+ Coverage   80.09%   80.35%   +0.26%     
==========================================
  Files          92      105      +13     
  Lines        7038     7642     +604     
==========================================
+ Hits         5637     6141     +504     
- Misses       1401     1501     +100     
Impacted Files Coverage Δ
QiniuSDK/Storage/QNConfiguration.h 100.00% <ø> (ø)
QiniuSDK/Utils/NSData+QNMD5.m 100.00% <ø> (ø)
QiniuSDKTests/QNFormUploadTest.m 100.00% <ø> (ø)
...K/Http/NetworkStatus/QNUploadServerNetworkStatus.m 43.75% <43.75%> (ø)
QiniuSDKTests/QNUploadFlowTest.m 50.86% <46.15%> (ø)
QiniuSDK/Http/Request/QNIUploadServer.m 50.00% <50.00%> (ø)
...niuSDK/Http/NetworkStatus/QNNetworkStatusManager.m 55.31% <55.31%> (ø)
QiniuSDKTests/QNDnsPrefetcherTest.m 57.97% <60.00%> (ø)
QiniuSDK/Utils/QNLogUtil.m 69.69% <69.69%> (ø)
QiniuSDK/Storage/QNPartsUploadPerformer.m 85.98% <71.42%> (-1.02%) :arrow_down:
... and 66 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 ceadca6...19cf5f1. Read the comment docs.