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

abatar1 / CyclicalFileWatcher / 14086653356

26 Mar 2025 03:04PM UTC coverage: 15.605% (+2.0%) from 13.571%
14086653356

push

github

abatar1
improve api, refactoring

0 of 56 branches covered (0.0%)

Branch coverage included in aggregate %.

22 of 88 new or added lines in 9 files covered. (25.0%)

49 of 258 relevant lines covered (18.99%)

3403.24 hits per line

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

0.0
/src/CyclicalFileWatcher/FileStateManagerConfiguration.cs
1
using System;
2
using System.Threading.Tasks;
3

4
namespace FileWatcher;
5

6
public sealed class FileStateManagerConfiguration : IFileStateManagerConfiguration
7
{
8
    public required TimeSpan FileCheckInterval { get; init; }
×
9
    
NEW
10
    public required Func<FileStateIdentifier, Task> ActionOnFileReloaded { get; init; }
×
11
    
NEW
12
    public required Func<FileWatcherReloadException, Task> ActionOnFileReloadFailed { get; init; }
×
13
    
NEW
14
    public required Func<FileWatcherSubscriptionException, Task> ActionOnSubscribeActionFailed { get; init; }
×
15
    
NEW
16
    public required Func<FileStateIdentifier, Task> ActionOnSubscribeAction { get; init; }
×
17
}
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

© 2026 Coveralls, Inc