Skip to content

Commit

Permalink
Exclude requester base from coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
VincentVrijburg committed Jul 6, 2024
1 parent 0c936a3 commit 7c004d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Moneybird.Net/Http/RequesterBase.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
using System;
using System.Collections.Generic;
using System.Diagnostics.CodeAnalysis;
using System.Linq;
using System.Net;
using System.Net.Http;
Expand All @@ -10,6 +11,7 @@

namespace Moneybird.Net.Http
{
[ExcludeFromCodeCoverage]
public abstract class RequesterBase : IDisposable
{
private readonly HttpClient _httpClient;
Expand Down

0 comments on commit 7c004d7

Please sign in to comment.