Skip to content

Instantly share code, notes, and snippets.

@wgross
Last active March 23, 2021 19:02
Show Gist options
  • Save wgross/888bf89dc80ae89bee7b66a9da9c2aed to your computer and use it in GitHub Desktop.
Save wgross/888bf89dc80ae89bee7b66a9da9c2aed to your computer and use it in GitHub Desktop.
default configuration for test csprojs using FineCoverage
<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