Last active
March 23, 2021 19:02
-
-
Save wgross/888bf89dc80ae89bee7b66a9da9c2aed to your computer and use it in GitHub Desktop.
default configuration for test csprojs using FineCoverage
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<PropertyGroup Label="FineCodeCoverage"> | |
<Enabled>True</Enabled> | |
<Exclude> | |
[Microsoft.*]* | |
[System.*]* | |
</Exclude> | |
<Include>[*]*</Include> | |
<ExcludeByFile></ExcludeByFile> | |
<ExcludeByAttribute></ExcludeByAttribute> | |
<IncludeTestAssembly>True</IncludeTestAssembly> | |
</PropertyGroup> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment