Skip to content

Commit

Permalink
[EmailService] Exclude from test coverage (#2671)
Browse files Browse the repository at this point in the history
  • Loading branch information
imnasnainaec authored Oct 9, 2023
1 parent cfccd77 commit 7063cb2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Backend/Services/EmailService.cs
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
using System.Diagnostics.CodeAnalysis;
using BackendFramework.Interfaces;
using System.Threading.Tasks;
using MimeKit;

namespace BackendFramework.Services
{
[ExcludeFromCodeCoverage]
public class EmailService : IEmailService
{
private readonly IEmailContext _emailContext;
Expand Down

0 comments on commit 7063cb2

Please sign in to comment.