• 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

openconfig / kne / 27722019627
42%
main: 42%

Build:
Build:
LAST BUILD BRANCH: renovate/kubernetes-monorepo
DEFAULT BRANCH: main
Ran 23 Jun 2026 02:57PM UTC
Jobs 1
Files 58
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

17 Jun 2026 09:48PM UTC coverage: 41.911% (-0.02%) from 41.928%
27722019627

Pull #695

github

Pierluigi Lenoci
fix: honor klog -stderrthreshold even when -logtostderr is true

klog v2 defaults -logtostderr to true, which silently ignores
-stderrthreshold — all log levels go to stderr unconditionally.
This has been an open issue since 2020 (kubernetes/klog#212).

klog v2.140.0 introduced a fix behind an opt-in flag
(legacy_stderr_threshold_behavior). This commit bumps klog to
v2.140.0 and enables the fix so that -stderrthreshold is honored,
while preserving the current default behavior (stderrthreshold=INFO
means all logs still go to stderr unless the user overrides it on
the command line).

Ref: kubernetes/klog#212
Ref: kubernetes/klog#432
Signed-off-by: Pierluigi Lenoci <pierluigilenoci@gmail.com>
Pull Request #695: fix: honor klog -stderrthreshold even when -logtostderr is true

0 of 5 new or added lines in 1 file covered. (0.0%)

5168 of 12331 relevant lines covered (41.91%)

0.48 hits per line

Uncovered Changes

Lines Coverage ∆ File
5
0.0
0.0% flags/flags.go
Subprojects
ID Flag name Job ID Ran Files Coverage
1 /jobs/183696374 27722019627.1 23 Jun 2026 02:57PM UTC 58
41.91
GitHub Action Run
Source Files on build 27722019627
  • Tree
  • List 58
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #695
  • PR Base - main (#27644996400)
  • Delete
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