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

aelassas / servy / 26760091747

01 Jun 2026 02:08PM UTC coverage: 68.898% (-0.2%) from 69.052%
26760091747

push

github

aelassas
fix(service): EnvironmentVariableHelper.ExpandWithDictionary - inline length-guard truncation can split a PercentEscapeToken, leaving  marker fragments in the final expanded value
fix(service): Service.cs - ExecuteRecoveryAction swallows all exceptions, making InitiateRecoveryAsync's failure handling dead code (recovery gate never reopens on failed terminal action)
fix(manager): LogTailer.RunFromPosition - position tracker uses reader.CurrentEncoding.GetByteCount, mis-counts on non-UTF8 BOM-less files and can drop bytes on transient error
fix(core): ServiceManager.InstallServiceAsync - existing-service update path returns Failure on EnablePreShutdown but the description, start-type, and delayed-auto-start have already been mutated
fix(core): ConfigParser.ParseEnum - Enum.IsDefined rejects valid combined values, silently breaking any future [Flags] enum
fix(core): ServiceHelper.StopServices - no InvalidOperationException fallback like StartServices, so a benign race (service already stopped by another caller) is reported as an error
fix(restarter): ServiceRestarter.RestartService - pending-state settle loop is not protected against InvalidOperationException/Win32Exception from a deleted-mid-flight service, inconsistent with Stop/Start phases
fix(desktop,manager): HelpService.CheckUpdates - non-numeric latest tag (e.g. 'v1.0.0-rc.1') silently parses to 0.0.0.0 and tells users 'no updates available'
fix(notifications): ServyFailureNotification.ps1 Show-Notification - 750ms add_Failed wait misses async toast delivery failures (Focus Assist, disabled notifications, OS suppression); watermark advances and error is lost forever
fix(service): Service.cs OnStart - health-monitoring fields (_maxFailedChecks, _recoveryAction, _heartbeatIntervalSeconds) are initialized in SetupHealthMonitoring AFTER the child process and its Exited handler are wired up, creating a startup race
fix(cli): Program.cs Run - embedded ServyServiceCLI.exe copy failure only prints to Con... (continued)

1629 of 2216 branches covered (73.51%)

Branch coverage included in aggregate %.

90 of 143 new or added lines in 12 files covered. (62.94%)

1 existing line in 1 file now uncovered.

11290 of 16535 relevant lines covered (68.28%)

791.52 hits per line

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

75.54
/src/Servy.Infrastructure/Data/DapperExecutor.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