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

aelassas / servy / 26645430795

29 May 2026 03:14PM UTC coverage: 70.209% (-0.2%) from 70.455%
26645430795

push

github

aelassas
fix(core): RotatingStreamWriter.cs - EnforceMaxRotations orders by local time, ignoring useLocalTimeForRotation
fix(manager): ServiceManager.GetAllServices - silent partial results when cancellation fires mid-Parallel.ForEach
fix(core): HandleHelper.GetProcessesUsingFile - RegexMatchTimeoutException escapes the try/catch because MatchCollection enumerates lazily
fix(core): Helper.cs - WriteFileAtomicAsync never propagates the CancellationToken into the writer delegate
fix(service): ProcessWrapper.SendCtrlC - GenerateConsoleCtrlEvent return value discarded; method reports success on signal failure
fix(core): ProtectedKeyProvider.SaveProtected - File.Move lacks AV/EDR retry that Helper.WriteFileAtomic has
fix(service): Service.cs OnProcessExited / CheckHealth - _healthCheckSemaphore.WaitAsync uses no CancellationToken
fix(service): Service.cs InitiateRecoveryAsync - _healthCheckSemaphore.WaitAsync uses no CancellationToken, throws ObjectDisposedException if teardown disposes the semaphore mid-wait
fix(core): ServiceHelper.CalculateStopTimeout - uncapped previousStopTimeout lets one abnormal stop poison every subsequent stop
fix(desktop,amanegr): AppBootstrapper.cs - FileSystemWatcher.Error handler is anonymous and never detached on cleanup
fix(core): Helper.WriteFileAtomic - synchronous retry path uses Thread.Sleep that ignores the CancellationToken
fix(infra): ServiceRepository.cs — One corrupt service breaks GetAllAsync/SearchAsync for every other service
fix(core): DateRotationType.cs - XML doc claims 'per calendar day/week/month (local)' but RotatingStreamWriter defaults to UTC (useLocalTimeForRotation=false)
fix(desktop,manager): AppBootstrapper.cs - FileSystemWatcher.Error in availability monitor only logs; does not refresh state, leaving UI stale after a buffer overflow
fix(service): Service.cs RunSynchronousPreLaunch - retry back-off Thread.Sleep loop ignores teardown/cancellation, blocking SCM Stop during pre-launch
fix(manager): ConsoleView.xa... (continued)

1581 of 2155 branches covered (73.36%)

Branch coverage included in aggregate %.

29 of 111 new or added lines in 9 files covered. (26.13%)

1 existing line in 1 file now uncovered.

10957 of 15703 relevant lines covered (69.78%)

729.27 hits per line

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

80.99
/src/Servy.Infrastructure/Data/ServiceRepository.cs


Source Not Available

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