aliyun / aliyun-openapi-net-sdk

Alibaba Cloud SDK for .NET
https://www.nuget.org/profiles/aliyun-openapi-sdk
Other
541 stars 625 forks source link

Make StringUtils obsolete and use String.IsNullOrEmpty instead #190

Closed doublnt closed 5 years ago

doublnt commented 5 years ago
You need to complete
codecov-io commented 5 years ago

Codecov Report

Merging #190 into master will decrease coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #190      +/-   ##
==========================================
- Coverage   95.84%   95.71%   -0.14%     
==========================================
  Files          62       62              
  Lines        3032     3032              
  Branches      285      285              
==========================================
- Hits         2906     2902       -4     
- Misses         81       83       +2     
- Partials       45       47       +2
Flag Coverage Δ
#unittest 95.71% <100%> (-0.14%) :arrow_down:
Impacted Files Coverage Δ
aliyun-net-sdk-core/Utils/StringUtils.cs 0% <ø> (-100%) :arrow_down:
aliyun-net-sdk-core/Http/UserAgent.cs 93.05% <100%> (ø) :arrow_up:
...dk-core/Auth/InstanceProfileCredentialsProvider.cs 97.22% <0%> (-2.78%) :arrow_down:

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 ee31d18...f91a647. Read the comment docs.