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

optimize transaction manager #405

Closed YangSen-qn closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #405 (ab2d872) into develop (7728905) will increase coverage by 0.02%. The diff coverage is 100.00%.

Impacted file tree graph

@@             Coverage Diff             @@
##           develop     #405      +/-   ##
===========================================
+ Coverage    77.71%   77.73%   +0.02%     
===========================================
  Files          122      122              
  Lines         9356     9446      +90     
===========================================
+ Hits          7271     7343      +72     
- Misses        2085     2103      +18     
Impacted Files Coverage Δ
QiniuSDK/Transaction/QNTransactionManager.m 85.71% <100.00%> (+0.23%) :arrow_up:
...K/Http/NetworkStatus/QNUploadServerNetworkStatus.m 43.75% <0.00%> (-43.75%) :arrow_down:
QiniuSDK/Storage/QNUploadManager.m 73.07% <0.00%> (-17.76%) :arrow_down:
QiniuSDK/Storage/QNUpToken.m 84.31% <0.00%> (-1.97%) :arrow_down:
QiniuSDK/Http/QNUserAgent.m 90.90% <0.00%> (-1.69%) :arrow_down:
QiniuSDK/Http/ConnectCheck/QNConnectChecker.m 98.83% <0.00%> (-1.17%) :arrow_down:
QiniuSDKTests/QNResumeUploadTest.m 100.00% <0.00%> (ø)
...SDK/Http/Request/HttpClient/QNUploadSystemClient.m 93.75% <0.00%> (+0.27%) :arrow_up:
QiniuSDK/Http/Dns/QNDnsPrefetch.m 77.61% <0.00%> (+0.42%) :arrow_up:
QiniuSDK/Utils/QN_GTM_Base64.m 70.94% <0.00%> (+0.61%) :arrow_up:
... and 1 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 7728905...ab2d872. Read the comment docs.