1 Star 0 Fork 0

OpenSharperSync/AElf

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
CodeCoverage.runsettings 891 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason Wang 提交于 2020-08-29 16:25 . Add unit test
<?xml version="1.0" encoding="utf-8"?>
<!-- File name extension must be .runsettings -->
<RunSettings>
<DataCollectionRunSettings>
<DataCollectors>
<DataCollector friendlyName="XPlat code coverage">
<Configuration>
<Format>cobertura</Format>
<Exclude>[xunit.*]*,[*Tests]*</Exclude> <!-- [Assembly-Filter]Type-Filter -->
<ExcludeByFile>**/test/**/*.cs,**/AElf.ContractTestBase/**/*.cs,**/AElf.ContractTestKit/**/*.cs,**/AElf.ContractTestKit.AEDPoSExtension/**/*.cs,**/AElf.Database/**/*.cs,**/AElf.ContractDeployer/Program.cs,**/AElf.WebApp.Web/*.cs</ExcludeByFile>
<ExcludeByAttribute>Obsolete,GeneratedCodeAttribute,CompilerGeneratedAttribute</ExcludeByAttribute>
<SingleHit>false</SingleHit>
</Configuration>
</DataCollector>
</DataCollectors>
</DataCollectionRunSettings>
</RunSettings>
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/OpenSharperSync/AElf.git
git@gitee.com:OpenSharperSync/AElf.git
OpenSharperSync
AElf
AElf
dev

搜索帮助