Skip to content

Commit 966be73

Browse files
author
Gonzalo Diaz
committed
[CONFIG] [.dotnet] test project excluded from collecting coverage.
1 parent 04508c4 commit 966be73

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

algorithm-exercises-csharp-test/algorithm-exercises-csharp-test.csproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,10 @@
3535
<PackageReference Include="ReportGenerator" Version="5.3.6" />
3636
</ItemGroup>
3737

38+
<ItemGroup>
39+
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverageAttribute" />
40+
</ItemGroup>
41+
3842
<ItemGroup>
3943
<Using Include="Microsoft.VisualStudio.TestTools.UnitTesting" />
4044
</ItemGroup>

0 commit comments

Comments
 (0)