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 0735a1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/DummyAspNetCoreProject/DummyAspNetCoreProject.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@

<ItemGroup>
<InternalsVisibleTo Include="Tests"/>
<ExcludeFromCodeCoverage>true</ExcludeFromCodeCoverage>
</ItemGroup>

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

0 comments on commit 0735a1b

Please sign in to comment.