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

orion-ecs / keen-eye / 20767041456
65%

Build:
DEFAULT BRANCH: main
Ran 07 Jan 2026 01:03AM UTC
Jobs 1
Files 1309
Run time 3min
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

07 Jan 2026 12:58AM UTC coverage: 87.804% (+17.6%) from 70.212%
20767041456

push

github

tyevco
fix: Resolve all SonarAnalyzer errors for clean build

Fix all analyzer violations to achieve 0 errors, 0 warnings with
SonarAnalyzer.CSharp v10.17.0 and TreatWarningsAsErrors enabled.

Key fixes:
- S2325: Make methods static where appropriate
- S1066: Merge nested if statements
- S1481: Replace unused variables with discards
- S127: Refactor for loops to while loops in CLI arg parsing
- S3218: Rename properties that shadow System types
- S3878: Suppress where conflicting with S3220 (params array)
- S3904: Suppress for SDK projects (no assembly output)
- S3881: Implement proper IDisposable pattern
- S2292: Convert to auto-implemented properties
- IDE0059: Remove unnecessary variable assignments

Also updates test files to use static method calls after
refactoring instance methods to static.

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

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

8869 of 11773 branches covered (75.33%)

Branch coverage included in aggregate %.

639 of 867 new or added lines in 131 files covered. (73.7%)

15 existing lines in 11 files now uncovered.

155014 of 174874 relevant lines covered (88.64%)

1.01 hits per line

Uncovered Changes

Lines Coverage ∆ File
25
0.66
0.01% src/KeenEyes.Graph/Systems/GraphInputSystem.cs
18
44.53
-1.57% editor/KeenEyes.Editor/Viewport/EditorCameraController.cs
13
0.0
0.0% editor/KeenEyes.Editor/Application/EditorApplication.cs
12
0.0
0.0% editor/KeenEyes.Generators/ComponentMigrationAnalyzer.cs
10
33.83
1.79% editor/KeenEyes.Cli/Commands/Migrate/MigrateCommand.cs
10
0.0
0.0% editor/KeenEyes.Editor/Panels/FrameInspectorPanel.cs
10
0.0
0.0% editor/KeenEyes.Graph.Kesl/Editing/KeslGraphParser.cs
10
0.0
0.0% src/KeenEyes.Graph/Commands/DuplicateNodesCommand.cs
8
0.0
0.0% editor/KeenEyes.Editor/AI/AIDebugPanel.cs
8
3.75
-0.48% editor/KeenEyes.Editor/Viewport/TransformGizmo.cs
7
60.54
0.65% editor/KeenEyes.Editor/HotReload/HotReloadService.cs
6
0.0
0.0% editor/KeenEyes.Cli/Commands/Plugin/PluginInstallCommand.cs
6
0.0
0.0% editor/KeenEyes.Cli/Commands/Plugin/PluginSearchCommand.cs
6
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/HierarchyPlugin.cs
6
58.05
-0.2% editor/KeenEyes.Graph.Kesl/Compiler/KeslGraphCompiler.cs
6
0.0
0.0% src/KeenEyes.Graph/Rendering/NodeWidgets.cs
5
0.0
0.0% editor/KeenEyes.Editor/Panels/ProjectPanel.cs
4
0.0
0.0% editor/KeenEyes.Editor/Panels/ConsolePanel.cs
4
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/InspectorPlugin.cs
4
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/ViewportPlugin.cs
4
0.0
0.0% editor/KeenEyes.Editor/Plugins/EditorPluginManager.cs
4
64.41
0.0% editor/KeenEyes.Editor/Settings/EditorSettings.cs
4
0.55
0.01% src/KeenEyes.Graph/Systems/GraphWidgetSystem.cs
3
0.0
0.0% editor/KeenEyes.Editor.Abstractions/Capabilities/IShortcutCapability.cs
3
0.0
0.0% editor/KeenEyes.Editor/Navigation/NavigationPanel.cs
3
0.56
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/PluginManagerPlugin.cs
2
0.0
0.0% editor/KeenEyes.Editor.Abstractions/Capabilities/IMenuCapability.cs
2
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/ConsolePlugin.cs
2
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/ProjectPlugin.cs
2
0.0
0.0% editor/KeenEyes.Editor/Plugins/Installation/PluginInstaller.cs
2
81.03
3.92% editor/KeenEyes.Editor/Plugins/PluginRepository.cs
2
77.35
0.15% editor/KeenEyes.Generators/SceneGenerator.cs
2
74.33
-0.41% editor/KeenEyes.Generators/WorldConfigGenerator.cs
2
76.92
0.0% src/KeenEyes.Testing/Snapshots/EntitySnapshot.cs
1
0.0
0.0% editor/KeenEyes.Editor/Navigation/NavigationEditorPlugin.cs
1
0.0
0.0% editor/KeenEyes.Editor/Panels/HierarchyPanel.cs
1
90.31
-0.15% editor/KeenEyes.Editor/Plugins/Security/AssemblyAnalyzer.cs
1
18.62
-1.65% editor/KeenEyes.Graph.Kesl/Compiler/ExpressionBuilder.cs
1
95.05
0.0% editor/KeenEyes.Shaders.Compiler/CodeGen/CSharpBindingGenerator.cs
1
64.73
0.0% editor/KeenEyes.Shaders.Compiler/CodeGen/GlslGenerator.cs
1
98.59
-1.41% src/KeenEyes.Abstractions/SystemGroup.cs
1
53.33
0.0% src/KeenEyes.Graph/Nodes/CommentNode.cs
1
18.45
0.0% src/KeenEyes.Navigation.DotRecast/DotRecastProvider.cs
1
41.18
-0.36% src/KeenEyes.Network/NetworkClientPlugin.cs
1
83.25
0.68% src/KeenEyes.Network/NetworkServerPlugin.cs
1
81.71
-0.21% src/KeenEyes.Network/Transport/LocalTransport.cs
1
93.88
0.06% src/KeenEyes.UI/Systems/UIInputSystem.cs

Coverage Regressions

Lines Coverage ∆ File
3
0.0
0.0% editor/KeenEyes.Graph.Kesl/Editing/KeslGraphParser.cs
2
0.0
0.0% editor/KeenEyes.Editor/AI/AIDebugPanel.cs
2
0.56
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/PluginManagerPlugin.cs
1
0.0
0.0% editor/KeenEyes.Cli/Commands/Plugin/PluginInstallCommand.cs
1
67.57
0.0% editor/KeenEyes.Editor/HotReload/HotReloadManager.cs
1
0.0
0.0% editor/KeenEyes.Editor/Panels/ViewportPanel.cs
1
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/CoreEditorPlugin.cs
1
0.0
0.0% editor/KeenEyes.Editor/Plugins/BuiltIn/HierarchyPlugin.cs
1
44.53
-1.57% editor/KeenEyes.Editor/Viewport/EditorCameraController.cs
1
94.87
2.85% src/KeenEyes.Core/Serialization/DeltaDiffer.cs
1
81.71
-0.21% src/KeenEyes.Network/Transport/LocalTransport.cs
Jobs
ID Job ID Ran Files Coverage
1 20767041456.1 07 Jan 2026 01:03AM UTC 1309
87.8
GitHub Action Run
Source Files on build 20767041456
  • Tree
  • List 1309
  • Changed 164
  • Source Changed 134
  • Coverage Changed 134
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #20767041456
  • f6fab01d on github
  • Prev Build on main (#20763214739)
  • Next Build on main (#20768641846)
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