Skip to content

Commit

Permalink
chore: add ExcludeFromCodeCoverage attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
filzrev committed Dec 13, 2024
1 parent c17b175 commit ce87af3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions test/Docfx.Tests.Common/Docfx.Tests.Common.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
<IsTestProject>false</IsTestProject>
</PropertyGroup>

<!-- Add assembly level ExcludeFromCodeCoverage attribute -->
<ItemGroup>
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
</ItemGroup>

<ItemGroup>
<ProjectReference Include="..\..\src\Docfx.Common\Docfx.Common.csproj" />
</ItemGroup>
Expand Down

0 comments on commit ce87af3

Please sign in to comment.