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

aelassas / servy / 26322648248

23 May 2026 03:46AM UTC coverage: 50.26% (-0.2%) from 50.413%
26322648248

push

github

aelassas
fix(core): HandleHelper.cs - HandleOutputRegex.IsMatch is not wrapped in try/catch for RegexMatchTimeoutException, while Matches() is (#1953)
fix(core): ProcessKiller.cs - WalkAndKillChildren reads child.StartTime without SafeStartTime guard; access-denied throws abort the whole descendant subtree (#1945)
fix(infra): SQLiteDbInitializer.cs - UpgradeLegacyDatabaseToVersion1 creates UNIQUE index without dedup, breaks migration if legacy DB has duplicate LOWER(Name) rows (#1944)
fix(restarter): ServiceRestarter.cs - HandleTransitionalError can sleep past the budget; remaining-time check happens before WaitForStatus but not before Thread.Sleep (#1822)
fix(restarter): ServiceRestarter.cs - RestartService's pending-state settle loop also sleeps past the budget (follow-up to #1822) (#1942)
fix(core): ProtectedKeyProvider.cs - AbandonedMutexException is not caught; service fails to start after any process is killed while holding the key-generation mutex (#1808)
fix(core): NativeMethodsHelpers.cs - PrefixDigest embeds fs.Length, causing false-positive rotation detection on every poll for actively growing logs on FAT32/SMB (#1806)
fix(core): ProcessHelper.cs - GetProcessMetrics evicts CPU sample on ArgumentException but not on InvalidOperationException (process-exited mid-call), causing stale baseline after PID reuse (#1914)
fix(core): ProcessKiller.cs - KillParentProcesses recurses UP before verifying the parent's identity; a PID-recycled immediate parent leaks the walk into unrelated ancestors (#1870)
fix(service): Service.cs - _isRebooting flag is never reset on RestartComputer failure, leaving the service permanently deaf to health checks and exits (#1863)

1245 of 2300 branches covered (54.13%)

Branch coverage included in aggregate %.

24 of 69 new or added lines in 9 files covered. (34.78%)

16 existing lines in 5 files now uncovered.

8708 of 17503 relevant lines covered (49.75%)

421.92 hits per line

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

73.2
/src/Servy.Core/Helpers/HandleHelper.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