• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

lucaslorentz / durabletask-extensions / 5805868292

pending completion
5805868292

push

github

lucaslorentz
Search by completed time

12 of 12 new or added lines in 5 files covered. (100.0%)

2311 of 2794 relevant lines covered (82.71%)

145.34 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

0.0
/src/LLL.DurableTask.AzureStorage/AzureStorageOrchestrationServiceRewindClient.cs
1
using System.Threading.Tasks;
2
using DurableTask.AzureStorage;
3
using LLL.DurableTask.Core;
4

5
namespace LLL.DurableTaskExtensions.AzureStorage
6
{
7
    public class AzureStorageOrchestrationServiceRewindClient : IOrchestrationServiceRewindClient
8
    {
9
        private readonly AzureStorageOrchestrationService _azureStorageOrchestrationService;
10

11
        public AzureStorageOrchestrationServiceRewindClient(
×
12
            AzureStorageOrchestrationService azureStorageOrchestrationService)
×
13
        {
14
            _azureStorageOrchestrationService = azureStorageOrchestrationService;
×
15
        }
16

17
        public async Task RewindTaskOrchestrationAsync(string instanceId, string reason)
18
        {
19
            await _azureStorageOrchestrationService.RewindTaskOrchestrationAsync(instanceId, reason);
×
20
        }
21
    }
22
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2025 Coveralls, Inc