Exclude generated artifacts from coverage filters
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user