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

aelassas / servy / 26271353265

22 May 2026 06:03AM UTC coverage: 50.457% (-0.08%) from 50.541%
26271353265

push

github

aelassas
fix(service): Service.cs - RunSynchronousPreLaunch retries with no delay/backoff between attempts (#1921)
fix(core): RotatingStreamWriter.cs - CloseWriter abandons _writer/_baseStream if Flush throws, leaking handles and wedging future writes/Dispose (#1928)
fix(core): ProcessHelper.cs - GetProcessTree leaks Win32Exception from Process.StartTime, crashing metrics collection on permission-denied process queries (#1813)
fix(manager): LogTailer.cs - unhandled exceptions trigger 1-second retry loop without circuit-breaker, spamming Logger.Error indefinitely (#1731)
fix(core): Logger.cs - _initFallbackWriteCount / _logFallbackWriteCount never reset; long-running services go silent forever after 10 lifetime failures (#1717)
fix(publish): publish-common.ps1 - Build-Installer retry loop catches all exceptions, wasting time on non-transient errors (#1692)
fix(manager): DependenciesViewModel.cs - OnTickAsync mutates stale 'currentSelection' after GetServicePidAsync; previous service's PID can overwrite the current view (#1892)
fix(core): RotatingStreamWriter.cs - disabled-rotation oversize warning is emitted on EVERY write while the circuit breaker is tripped (#1865)
fix(manager): PerformanceViewModel.cs - OnTickAsync graph data from previous service leaks into current view when selection changes during await (#1857)
fix(core): NativeMethodsHelpers.cs - ValidateCredentials rejects valid service accounts via LOGON32_LOGON_NETWORK when network logon is policy-denied (#1855)
fix(core): LogTailer.cs - ReadLineAsync called without CancellationToken; tailer can't be cancelled while a slow-network/locked-file read is in flight (#1867)
fix(notifications): ServyFailureNotification.ps1 - Show-Notification returns $true immediately after notifier.Show() (async); watermark advances even when the Failed event later signals delivery failure (#1925)
fix(manager): ConsoleViewModel.cs - OnTickAsync mutates stale 'currentSelection' after await, can update the previous service wh... (continued)

1248 of 2291 branches covered (54.47%)

Branch coverage included in aggregate %.

13 of 51 new or added lines in 9 files covered. (25.49%)

4 existing lines in 4 files now uncovered.

8753 of 17530 relevant lines covered (49.93%)

417.01 hits per line

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

77.78
/src/Servy.Core/Helpers/ProcessHelper.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