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

aelassas / servy / 26282804217

22 May 2026 10:34AM UTC coverage: 50.457% (+0.05%) from 50.405%
26282804217

push

github

aelassas
fix(service): Service.cs - RunSynchronousPreLaunch hardcodes waitChunkMs=250, ignoring the configurable _waitChunkMs field (#1936)
fix(core): ResourceHelper.cs - CopyEmbeddedResource leaks the embedded resource Stream if the pre-using service-enumeration step throws (#1935)
fix(core): StringHelper.cs - NormalizeString silently merges adjacent env vars when a value ends with an unescaped backslash (#1934)
fix(service): Service.cs - post-launch Task.Run captures _childProcess by closure; NullReferenceException if Cleanup nulls it during the wait (#1679)
ci(bump-version): unchecked 'git push' calls on main and net48 branches; same failure mode as #1729 and #1869 (#1881)
ci(changelog): git pull --rebase failure is not checked; git push runs regardless and can fail or push stale data (#1729)
ci(scoop): multiple unchecked 'git pull' and 'git push' calls in the manifest-update job; same failure mode as #1729 in a different file (#1869)
fix(core): AppConfig.cs / HelpService.cs - Version uses ToString(2), causes false 'update available' prompt when assembly has a Build component (#1874)
fix(core): Helper.cs - IsValidPath uses Path.IsPathRooted, accepts drive-relative paths like '\foo\log.txt' as 'absolute' (#1849)
fix(service): ProcessLauncher.cs - if stdoutWriter.Dispose() throws in finally, orphaned child process is never killed (skips the !returnedOwnership cleanup branch) (#1816)
fix(core): EventLogLogger.cs - SourceExists matches ALL logs; existing 'Servy' source in a different log silently redirects events away from Application (#1773)
fix(service): EnvironmentVariableHelper.cs - inline-expansion overflow warning logs first 40 chars of raw env-var value, potentially leaking secrets to disk (#1884)
fix(publish): publish.ps1 - outer catch swallows failures and never sets a non-zero exit code; CI sees green on red builds (#1768)
ci(changelog): 'gh api releases' failure (rate limit / 5xx) is unchecked; workflow reports 'No releases found' and exits 0, silent... (continued)

1260 of 2308 branches covered (54.59%)

Branch coverage included in aggregate %.

34 of 74 new or added lines in 12 files covered. (45.95%)

1 existing line in 1 file now uncovered.

8788 of 17606 relevant lines covered (49.91%)

413.9 hits per line

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

72.47
/src/Servy.Service/ProcessManagement/ProcessLauncher.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