• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In
Warning: This build has drifted.
The coverage report for this pull request build may be inaccurate because its base commit is no longer the HEAD of its target branch.
This means it includes changes from outside the original pull request, including, potentially, unrelated coverage changes.

    • Learn more: For more information on this, see Tracking coverage changes for pull request builds.
    • Fix now: For a quick fix, rebase this PR at GitHub. Your next report should be accurate.
    • Prevent going forward: To avoid this issue with future PRs, see these Recommended CI Configurations.
New Repo Setting:
INCLUDE COVERAGE % WITH WARNINGS ABOUT DRIFTED BUILDS?

Enabling this setting will include a (potentially inaccurate) coverage % with warning messages in status updates for drifted builds.

Adjust setting

kubernetes-sigs / kubebuilder / 21853171210
73%
master: 82%

Build:
Build:
LAST BUILD BRANCH: dependabot/github_actions/golangci/golangci-lint-action-9.2.1
DEFAULT BRANCH: master
Ran 10 Feb 2026 07:08AM UTC
Jobs 1
Files 101
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

10 Feb 2026 05:38AM UTC coverage: 73.037% (+0.1%) from 72.938%
21853171210

Pull #5463

github

AlirezaPourchali
fix(helm/v2-alpha): Support custom container names and fix templating bugs

This PR adds support for custom container names via
kubectl.kubernetes.io/default-container annotation and fixes two
critical bugs found during testing:

1. Container names were being incorrectly templated by
   substituteResourceNamesWithPrefix. Container names are internal
   pod identifiers and should remain literal, not templated like
   cluster-wide resource names.

2. Image templating failed due to order-of-operations issue where
   substituteResourceNamesWithPrefix runs before templateImageReference.
   Modified all image-related functions to check for both literal and
   templated container names.

Testing: Verified with custom container names (controller-test) and
ensures backward compatibility with default 'manager' container name.
Pull Request #5463: 🐛 (helm/v2-alpha): Support custom container names and fix templating bugs

62 of 69 new or added lines in 1 file covered. (89.86%)

6891 of 9435 relevant lines covered (73.04%)

45.11 hits per line

Uncovered Changes

Lines Coverage ∆ File
7
89.95
0.03% pkg/plugins/optional/helm/v2alpha/scaffolds/internal/kustomize/helm_templater.go
Jobs
ID Job ID Ran Files Coverage
1 21853171210.1 10 Feb 2026 07:08AM UTC 101
73.04
GitHub Action Run
Source Files on build 21853171210
  • Tree
  • List 101
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #5463
  • PR Base - master (#21825738557)
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