Skip to content

Commit 7a15e16

Browse files
committed
annotate WorkerEvents with [ExcludeFromCodeCoverage]
1 parent 68f1140 commit 7a15e16

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/Camunda.Worker/Execution/WorkerEvents.cs

+2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
using System;
2+
using System.Diagnostics.CodeAnalysis;
23
using System.Threading;
34
using System.Threading.Tasks;
45

56
namespace Camunda.Worker.Execution
67
{
8+
[ExcludeFromCodeCoverage]
79
public class WorkerEvents
810
{
911
public Func<IServiceProvider, CancellationToken, Task> OnBeforeFetchAndLock { get; set; } =

0 commit comments

Comments
 (0)