Skip to content

Commit

Permalink
Exclude EquatableArray extension method from code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
virzak committed Dec 16, 2023
1 parent 4da1143 commit 6f334f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Zomp.SyncMethodGenerator/Helpers/EquatableArray.cs
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,7 @@ IEnumerator IEnumerable.GetEnumerator()
/// <summary>
/// Extensions for <see cref="EquatableArray{T}"/>.
/// </summary>
[ExcludeFromCodeCoverage]
internal static class EquatableArray
{
/// <summary>
Expand Down

0 comments on commit 6f334f6

Please sign in to comment.