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

aelassas / servy / 27600334535

16 Jun 2026 07:04AM UTC coverage: 85.154% (-0.2%) from 85.318%
27600334535

push

github

aelassas
fix(manager): LogTailer.cs - LoadHistory does not catch IOException/UnauthorizedAccessException on open, unlike RunFromPosition which retries (#3706)
fix(service): Service.cs - _trackedHooks grows unbounded across RestartProcess recovery cycles (post-launch hooks never pruned until teardown) (#3709)
fix(manager): MainViewModel.cs (Manager) - SearchServicesAsync Step-6 background refresh bypasses the _isRefreshingFlag guard, allowing concurrent RefreshAllServicesAsync with OnTick (#3727)
fix(service): ProcessWrapper.WaitForExit() HasExited short-circuit defeats ProcessLauncher's async output drain (trailing stdout/stderr can be lost) (#3672)
fix(manager): LogTailer.cs - GetHistoryAsync takes no CancellationToken while sibling RunFromPosition does; ConsoleViewModel cannot cancel an in-flight history load (#3658)
fix(infra): SQLiteDbInitializer.cs / ServiceRepository.cs - no migration trims legacy whitespace-padded Names; read-fallback fails when a trimmed twin coexists (#3713)
fix(manager): MainWindow.xaml.cs (Manager) - IsDescendantOf calls VisualTreeHelper.GetParent on e.OriginalSource, which throws InvalidOperationException for a ContentElement (Hyperlink/Run) (#3660)
fix(manager): MonitoringViewModelBase.cs - _tickErrorCount throttle counter is not reset on StartMonitoring; first error of a restarted session can be silently dropped (#3721)
fix(core): PathSecurityGuard.cs - opened FileStream leaks on the post-construction catch path (declared inside the try, so the catch cannot dispose it) (#3647)
fix(manager): ServiceCommands.cs (Manager) - ImportConfigAsync calls getFilePath() outside its try/catch while ExportServiceConfigAsync wraps it (#3656)
fix(manager): MonitoringViewModelBase.cs - tick-error log throttle uses a different formula than LogTailer and logs nothing if the interval is ever 1 (#3329)

1910 of 2175 branches covered (87.82%)

Branch coverage included in aggregate %.

32 of 53 new or added lines in 8 files covered. (60.38%)

22 existing lines in 1 file now uncovered.

12974 of 15304 relevant lines covered (84.78%)

91.67 hits per line

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

94.37
/src/Servy.Infrastructure/Data/SQLiteDbInitializer.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