admin管理员组文章数量:1202351
I want to exclude some files and folder from test coverage. These files is not required for write unit test and also artifacts folder have some auto generated protob files hence I need to exclude them when execute dotnet test commant. I found below command is not working properly. Only one file can be exclude at a time other one skipped.
dotnet test src /p:ExcludeByFile="**/Program.cs','**/artifacts/**/*"
本文标签: cExclude multiple files and folder from test coverageStack Overflow
版权声明:本文标题:c# - Exclude multiple files and folder from test coverage - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1738649995a2104813.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论