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

orion-ecs / keen-eye / 30098334396
64%

Build:
DEFAULT BRANCH: main
Ran 24 Jul 2026 01:52PM UTC
Jobs 1
Files 988
Run time 2min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

24 Jul 2026 01:47PM UTC coverage: 64.229% (+0.09%) from 64.143%
30098334396

push

github

tyevco
fix(core): ExtensionManager no longer disposes caller-owned or re-set extensions (#1149, #1171)

ExtensionManager disposed extensions unconditionally, causing two bugs:

- #1149: SetExtension disposed the existing instance before storing, with no
  ReferenceEquals guard, so re-setting the SAME instance disposed the live object.
- #1171: RemoveExtension disposed the removed instance unconditionally, so
  NavigationPlugin/DotRecastNavigationPlugin uninstall disposed providers/managers
  the caller (or another still-installed plugin) owned.

Fixes:
- Add a ReferenceEquals guard so re-setting the same instance never disposes it.
- Add ownership tracking: SetExtension gains an `owned` parameter (default true,
  preserving manager-owned dispose-on-replace/remove/clear semantics that existing
  plugins rely on). Caller-owned extensions (owned: false) are never disposed by the
  manager.
- NavigationPlugin registers the always-borrowed provider as owned:false, only removes
  the INavigationProvider registration it actually added, and never self-disposes the
  provider.
- DotRecastNavigationPlugin registers the caller-owned streaming manager and tile cache
  as owned:false.

Caller audit confirmed every plugin that registers an IDisposable extension already
disposes it explicitly in Uninstall, so default owned:true introduces no leaks.

Closes #1149
Closes #1171

8477 of 12532 branches covered (67.64%)

Branch coverage included in aggregate %.

24 of 24 new or added lines in 5 files covered. (100.0%)

89 existing lines in 10 files now uncovered.

50735 of 79657 relevant lines covered (63.69%)

0.98 hits per line

Coverage Regressions

Lines Coverage ∆ File
62
65.14
2.08% src/KeenEyes.Navigation.DotRecast/DotRecastProvider.cs
9
94.46
-0.76% src/KeenEyes.Navigation.DotRecast/DotRecastMeshBuilder.cs
5
82.07
0.75% src/KeenEyes.Navigation/NavigationContext.cs
4
83.44
-4.46% src/KeenEyes.Parallelism/JobScheduler.cs
3
95.24
0.13% src/KeenEyes.Navigation.Grid/GridNavigationProvider.cs
2
81.25
2.68% src/KeenEyes.Parallelism/JobHandle.cs
1
98.81
-1.19% src/KeenEyes.Core/Queries/QueryManager.cs
1
94.57
-0.78% src/KeenEyes.Logging/Providers/FileLogProvider.cs
1
93.98
-0.75% src/KeenEyes.Navigation.DotRecast/NavMeshStreamingManager.cs
1
73.32
-0.22% src/KeenEyes.Network.Transport.Udp/UdpTransport.cs
Jobs
ID Job ID Ran Files Coverage
1 30098334396.1 24 Jul 2026 01:52PM UTC 988
64.23
GitHub Action Run
Source Files on build 30098334396
  • Tree
  • List 988
  • Changed 19
  • Source Changed 12
  • Coverage Changed 16
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #30098334396
  • f8b56dcf on github
  • Prev Build on main (#30065900749)
  • Next Build on main (#30105812534)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc