Skip to content

Commit

Permalink
Remove ExcludeByAttribute
Browse files Browse the repository at this point in the history
This is set automatically, so we shouldn't need to specify it.
  • Loading branch information
martincostello committed Jul 13, 2023
1 parent 0e92cff commit 49a75eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
<CollectCoverage Condition=" '$(CollectCoverage)' == '' ">true</CollectCoverage>
<CoverletOutputFormat>cobertura,json</CoverletOutputFormat>
<Exclude>[*.Benchmarks]*,[*Sample*]*,[*Test*]*,[xunit.*]*</Exclude>
<ExcludeByAttribute>System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute</ExcludeByAttribute>
</PropertyGroup>
<ItemGroup>
<None Include="$(MSBuildThisFileDirectory)$(PackageIcon)" Pack="True" PackagePath="" />
Expand Down

0 comments on commit 49a75eb

Please sign in to comment.