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

Azure / karpenter-provider-azure / 17190141154
94%

Build:
DEFAULT BRANCH: main
Ran 24 Aug 2025 02:55PM UTC
Jobs 1
Files 125
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

24 Aug 2025 02:49PM UTC coverage: 95.531% (+0.07%) from 95.459%
17190141154

push

github

web-flow
chore: clean up skuclient (#1118)

Now that we're using the Track2 SDK for authentication, we don't need to periodically refresh the client.

We know this is true because other clients using the same credential do not hit issues with token refresh. Additionally if we examine the ServicePrincipal credential we can see that it does support refresh:
[ClientSecretCredential](https://github.com/Azure/azure-sdk-for-go/blob/main/sdk/azidentity/client_secret_credential.go#L73) calls [GetToken()](https://github.com/Azure/azure-sdk-for-go/blob/f0871996d/sdk/azidentity/confidential_client.go#L104) which calls [AcquireTokenSilent](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/main/apps/confidential/confidential.go#L589) which handles refresh/expiry at [this line](https://github.com/AzureAD/microsoft-authentication-library-for-go/blob/main/apps/internal/base/base.go#L354)

6 of 11 new or added lines in 4 files covered. (54.55%)

2 existing lines in 1 file now uncovered.

55916 of 58532 relevant lines covered (95.53%)

0.97 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
1
15.38
0.0% pkg/providers/instance/azure_client.go
4
0.0
0.0% pkg/providers/instance/skuclient/skuclient.go

Uncovered Existing Lines

Lines Coverage ∆ File
2
0.0
0.0% pkg/providers/instance/skuclient/skuclient.go
Jobs
ID Job ID Ran Files Coverage
1 17190141154.1 24 Aug 2025 02:55PM UTC 125
95.53
GitHub Action Run
Source Files on build 17190141154
  • Tree
  • List 125
  • Changed 6
  • Source Changed 0
  • Coverage Changed 6
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • e1faeb36 on github
  • Prev Build on main (#17085114701)
  • Next Build on main (#17220906250)
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