Exclude generated artifacts from coverage filters
This commit is contained in:
@@ -24,4 +24,10 @@
|
||||
<ProjectReference Include="..\\GameList.csproj" />
|
||||
</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>
|
||||
|
||||
Reference in New Issue
Block a user