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

Azure / karpenter-provider-azure / 23123312056
94%
main: 94%

Build:
Build:
LAST BUILD BRANCH: eidolon/capacity-blocks-crd
DEFAULT BRANCH: main
Ran 16 Mar 2026 12:58AM UTC
Jobs 1
Files 155
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

16 Mar 2026 12:46AM UTC coverage: 93.726% (-0.1%) from 93.854%
23123312056

Pull #1519

github

comtalyst
refactor: split instance module into vm/ and machine/ sub-packages

The pkg/providers/instance/ package contained both VM-based and
AKS Machine-based provider implementations in a flat structure,
with only filename prefixes distinguishing them. This made it harder
to reason about ownership and prevented natural Go package boundaries.

Split into:
- instance/vm/: VMProvider, ARM utils, ARG queries, VM metrics
- instance/machine/: AKSMachineProvider, template helpers, utils
- instance/machine/poller/: renamed from aksmachinepoller/
- instance/ (parent): Promise interface (shared by both)

The two provider paths share no concrete types — the only shared
abstraction is the Promise interface. This split makes the separation
explicit and enables cleaner dependency management.

Also applies to the azclient God-object and ARG code placement,
which are noted as follow-up improvements.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Pull Request #1519: refactor: split instance module into vm/ and machine/ sub-packages

22 of 24 new or added lines in 10 files covered. (91.67%)

58677 of 62605 relevant lines covered (93.73%)

0.95 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
5.68
0.0% pkg/operator/operator.go
Jobs
ID Job ID Ran Files Coverage
1 23123312056.1 16 Mar 2026 12:58AM UTC 155
93.73
GitHub Action Run
Source Files on build 23123312056
  • Tree
  • List 155
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #1519
  • PR Base - main (#23029095617)
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