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

Support InputStream #393

Closed YangSen-qn closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #393 (24a8c93) into master (430ea6d) will increase coverage by 0.64%. The diff coverage is 77.41%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #393      +/-   ##
==========================================
+ Coverage   77.12%   77.76%   +0.64%     
==========================================
  Files         105      114       +9     
  Lines        7732     8466     +734     
==========================================
+ Hits         5963     6584     +621     
- Misses       1769     1882     +113     
Impacted Files Coverage Δ
QiniuSDK/Http/QNResponseInfo.m 74.41% <0.00%> (ø)
QiniuSDK/Utils/QNPHAssetFile.m 0.00% <0.00%> (ø)
QiniuSDK/Utils/QNMutableArray.m 11.29% <11.29%> (ø)
QiniuSDK/Storage/QNUploadSourceStream.m 75.55% <75.55%> (ø)
QiniuSDK/Storage/QNUploadInfo.m 76.47% <76.47%> (ø)
QiniuSDKTests/QNUploadDomainRegionTest.m 92.85% <80.00%> (-7.15%) :arrow_down:
QiniuSDK/Http/Dns/QNDnsPrefetch.m 65.69% <80.76%> (-11.63%) :arrow_down:
QiniuSDK/Storage/QNUploadInfoV2.m 88.04% <88.04%> (ø)
QiniuSDK/Storage/QNUploadManager.m 72.51% <90.24%> (-15.87%) :arrow_down:
QiniuSDK/Storage/QNUploadOption.m 95.58% <90.47%> (-2.33%) :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 430ea6d...24a8c93. Read the comment docs.