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

orion-ecs / keen-eye / 20662495061
65%

Build:
DEFAULT BRANCH: main
Ran 02 Jan 2026 04:58PM UTC
Jobs 1
Files 544
Run time 1min
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

02 Jan 2026 04:56PM UTC coverage: 81.038% (+0.06%) from 80.978%
20662495061

push

github

tyevco
feat: Add plugin dependency management system

Implement dependency resolution for editor plugins:

- VersionConstraint: Parse SemVer constraints (^, ~, >=, >, <, <=, exact)
- DependencyGraph: Build and validate plugin dependency graphs
- PluginDependencyResolver: Compute load order, detect cycles, validate versions
- DependencyError: Structured error types for dependency failures

Features:
- Semantic versioning with caret (^) and tilde (~) constraints
- Cycle detection with path reporting
- Topological sort for safe load order
- Reverse order for safe unload
- Editor version compatibility checking

Tests cover all constraint types, cycle detection, and resolution scenarios.

Closes #675

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>

5201 of 6220 branches covered (83.62%)

Branch coverage included in aggregate %.

263 of 305 new or added lines in 5 files covered. (86.23%)

6 existing lines in 2 files now uncovered.

33314 of 41307 relevant lines covered (80.65%)

1.16 hits per line

Uncovered Changes

Lines Coverage ∆ File
18
87.23
editor/KeenEyes.Editor/Plugins/Dependencies/PluginDependencyResolver.cs
11
72.5
editor/KeenEyes.Editor/Plugins/Dependencies/DependencyError.cs
10
86.32
editor/KeenEyes.Editor/Plugins/Dependencies/VersionConstraint.cs
2
97.89
editor/KeenEyes.Editor/Plugins/Dependencies/DependencyGraph.cs
1
93.75
editor/KeenEyes.Editor/Plugins/Dependencies/DependencyGraphValidationResult.cs

Coverage Regressions

Lines Coverage ∆ File
5
75.88
-1.33% src/KeenEyes.Network.Transport.Udp/UdpTransport.cs
1
94.66
-0.76% src/KeenEyes.Logging/Providers/FileLogProvider.cs
Jobs
ID Job ID Ran Files Coverage
1 20662495061.1 02 Jan 2026 04:58PM UTC 544
81.04
GitHub Action Run
Source Files on build 20662495061
  • Tree
  • List 544
  • Changed 4
  • Source Changed 0
  • Coverage Changed 4
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20662495061
  • 0b89a332 on github
  • Prev Build on main (#20662349736)
  • Next Build on main (#20667926793)
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