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: server config synchronizer #426

Closed YangSen-qn closed 1 year ago

YangSen-qn commented 1 year ago

https://jira.qiniu.io/browse/KODO-16970

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 94.54% and project coverage change: -0.07 :warning:

Comparison is base (01f9b61) 77.50% compared to head (4b2d7ea) 77.43%.

:exclamation: Current head 4b2d7ea differs from pull request most recent head 2429979. Consider uploading reports for the commit 2429979 to get more accurate results

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #426 +/- ## ========================================== - Coverage 77.50% 77.43% -0.07% ========================================== Files 123 123 Lines 9571 9601 +30 ========================================== + Hits 7418 7435 +17 - Misses 2153 2166 +13 ``` | [Impacted Files](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu) | Coverage Δ | | |---|---|---| | [QiniuSDK/Collect/QNUploadInfoReporter.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREsvQ29sbGVjdC9RTlVwbG9hZEluZm9SZXBvcnRlci5t) | `36.02% <75.00%> (ø)` | | | [.../Storage/ServerConfig/QNServerConfigSynchronizer.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREsvU3RvcmFnZS9TZXJ2ZXJDb25maWcvUU5TZXJ2ZXJDb25maWdTeW5jaHJvbml6ZXIubQ==) | `81.17% <88.88%> (+5.83%)` | :arrow_up: | | [QiniuSDK/Collect/QNReportItem.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREsvQ29sbGVjdC9RTlJlcG9ydEl0ZW0ubQ==) | `80.64% <100.00%> (-0.41%)` | :arrow_down: | | [...Http/Request/HttpClient/CFNetwork/QNCFHttpClient.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREsvSHR0cC9SZXF1ZXN0L0h0dHBDbGllbnQvQ0ZOZXR3b3JrL1FOQ0ZIdHRwQ2xpZW50Lm0=) | `86.41% <100.00%> (ø)` | | | [.../Request/HttpClient/CFNetwork/QNCFHttpThreadPool.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREsvSHR0cC9SZXF1ZXN0L0h0dHBDbGllbnQvQ0ZOZXR3b3JrL1FOQ0ZIdHRwVGhyZWFkUG9vbC5t) | `96.87% <100.00%> (ø)` | | | [QiniuSDKTests/QNServerConfigTest.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREtUZXN0cy9RTlNlcnZlckNvbmZpZ1Rlc3QubQ==) | `100.00% <100.00%> (ø)` | | | [QiniuSDKTests/QNSessionTest.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREtUZXN0cy9RTlNlc3Npb25UZXN0Lm0=) | `100.00% <100.00%> (ø)` | | | [QiniuSDKTests/QNUploadBaseTest.m](https://codecov.io/gh/qiniu/objc-sdk/pull/426?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu#diff-UWluaXVTREtUZXN0cy9RTlVwbG9hZEJhc2VUZXN0Lm0=) | `99.18% <100.00%> (+0.01%)` | :arrow_up: | ... and [5 files with indirect coverage changes](https://codecov.io/gh/qiniu/objc-sdk/pull/426/indirect-changes?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu) Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=qiniu)

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.