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

For UT development work #88

Closed AxiosLeo closed 5 years ago

AxiosLeo commented 5 years ago

DefaultProfile 增加静态变量释放方法,用以解决UT之间的数据干扰问题。

UT项目工程文件增加AssemblyName属性, 用以在后续引用Core中internal类时,声明友元程序集,从而解决internal类无法引用的问题。

参考友元程序集设置文档 友元程序集 (C#)

codecov-io commented 5 years ago

Codecov Report

Merging #88 into master will decrease coverage by 0.08%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #88      +/-   ##
==========================================
- Coverage   51.18%   51.09%   -0.09%     
==========================================
  Files          51       51              
  Lines        2452     2456       +4     
  Branches      229      229              
==========================================
  Hits         1255     1255              
- Misses       1164     1168       +4     
  Partials       33       33
Impacted Files Coverage Δ
aliyun-net-sdk-core/Profile/DefaultProfile.cs 11.2% <0%> (-0.2%) :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 1bbbfec...2fd514c. Read the comment docs.