Exclude generated artifacts from coverage filters

This commit is contained in:
2026-02-05 18:10:40 +01:00
parent 32d1dd4460
commit 7a568b7fcd
5 changed files with 39198 additions and 0 deletions

View File

@@ -24,4 +24,10 @@
<ProjectReference Include="..\\GameList.csproj" /> <ProjectReference Include="..\\GameList.csproj" />
</ItemGroup> </ItemGroup>
<PropertyGroup>
<!-- Exclude non-behavioral generated assets from coverage -->
<ExcludeByFile>**/Migrations/*.cs;**/Migrations/**/*.cs;**/AppDbContextModelSnapshot.cs;**/AppDbContext.cs</ExcludeByFile>
<Exclude>[GameList]GameList.Data.Migrations.*;[GameList]GameList.Contracts.*;[GameList]GameList.Domain.*</Exclude>
</PropertyGroup>
</Project> </Project>