Skip to content

Commit

Permalink
exclude project from code cov
Browse files Browse the repository at this point in the history
  • Loading branch information
viceroypenguin committed Jul 29, 2024
1 parent 25144be commit 07cd04b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/Immediate.Apis.Shared/Immediate.Apis.Shared.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
<NoWarn>$(NoWarn);CA1716</NoWarn>
</PropertyGroup>

<ItemGroup>
<AssemblyAttribute Include="System.Diagnostics.CodeAnalysis.ExcludeFromCodeCoverage" />
</ItemGroup>

<ItemGroup>
<PackageReference Include="System.Threading.Tasks.Extensions" />
</ItemGroup>
Expand Down

0 comments on commit 07cd04b

Please sign in to comment.