Skip to content

Commit

Permalink
test: exclude dummy test projects from code coverage calculation
Browse files Browse the repository at this point in the history
  • Loading branch information
mu88 committed Dec 20, 2024
1 parent 23d3b31 commit c485031
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/DummyAspNetCoreProject/DummyAspNetCoreProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,8 @@
<ProjectReference Include="..\..\src\mu88.Shared\mu88.Shared.csproj"/>
</ItemGroup>

<PropertyGroup>
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
</PropertyGroup>

</Project>
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,8 @@
<ContainerFamily>noble-chiseled</ContainerFamily>
<IsPackable>false</IsPackable>
</PropertyGroup>

<PropertyGroup>
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
</PropertyGroup>
</Project>

0 comments on commit c485031

Please sign in to comment.