Skip to content

Commit

Permalink
✅ Fixed coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Marthijn van den Heuvel committed Oct 4, 2024
1 parent 63938ad commit bba4649
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/Sidio.Text.Base32.Tests/Base32Tests.Hex.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections;
using System.Text;
using FluentAssertions;

namespace Sidio.Text.Base32.Tests;

Expand Down
1 change: 0 additions & 1 deletion src/Sidio.Text.Base32.Tests/Base32Tests.cs
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
using System.Collections;
using System.Text;
using FluentAssertions;

namespace Sidio.Text.Base32.Tests;

Expand Down
5 changes: 5 additions & 0 deletions src/Sidio.Text.Base32.Tests/Sidio.Text.Base32.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="coverlet.msbuild" Version="6.0.2">
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
</ItemGroup>

<ItemGroup>
<Using Include="Xunit"/>
<Using Include="FluentAssertions"/>
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit bba4649

Please sign in to comment.