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

Add http debug #135

Closed doublnt closed 5 years ago

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

Codecov Report

Merging #135 into master will increase coverage by 0.87%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #135      +/-   ##
==========================================
+ Coverage   96.65%   97.53%   +0.87%     
==========================================
  Files          53       53              
  Lines        2573     2598      +25     
  Branches      237      239       +2     
==========================================
+ Hits         2487     2534      +47     
+ Misses         58       37      -21     
+ Partials       28       27       -1
Impacted Files Coverage Δ
aliyun-net-sdk-core/Http/UserAgent.cs 98.21% <100%> (ø) :arrow_up:
aliyun-net-sdk-core/DefaultAcsClient.cs 85.9% <100%> (+3.23%) :arrow_up:
aliyun-net-sdk-core/Utils/DictionaryUtil.cs 100% <100%> (ø) :arrow_up:
...dk-core/Auth/InstanceProfileCredentialsProvider.cs 97.22% <0%> (-2.78%) :arrow_down:
aliyun-net-sdk-core/Profile/DefaultProfile.cs 94.09% <0%> (+1.36%) :arrow_up:
aliyun-net-sdk-core/Http/HttpResponse.cs 95.76% <0%> (+5.08%) :arrow_up:
...et-sdk-core/Regions/DescribeEndpointServiceImpl.cs 100% <0%> (+13.51%) :arrow_up:

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 47e3920...10ad549. Read the comment docs.

JacksonTian commented 5 years ago

开发规则千万条,新建分支第一条。不要在 master 上做开发。

doublnt commented 5 years ago

开发规则千万条,新建分支第一条。不要在 master 上做开发。

我都是在本地新建 branch 然后没问题后,合并到我的repo 的master 然后再合并到 主库的master

JacksonTian commented 5 years ago

请拆分这个 PR。1个 PR 做一件事情。