Skip to content

Conversation

@sbernauer
Copy link
Contributor

Motivation

We have CI problems related to the home crate (#1839), so I looked up what that crate is doing.

Solution

In it's description it states that Rust 1.85.0 fixed the Windows HOME problems and users are encouraged to use std instead.

So I did exactly that, as kube's MSRV is 1.85.0.

We have CI problems related to the home crate, so I looked up what
that crate is doing.
In it's description it states that Rust 1.85.0 fixed the Windows HOME
problems and users are encouraged to use std instead.

So I did exactly that, as kube's MSRV is 1.85.0.

Signed-off-by: Sebastian Bernauer <[email protected]>
@codecov
Copy link

codecov bot commented Oct 29, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 74.6%. Comparing base (7c63f56) to head (f175bdc).

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1840     +/-   ##
=======================================
+ Coverage   74.5%   74.6%   +0.1%     
=======================================
  Files         84      84             
  Lines       7877    7877             
=======================================
+ Hits        5867    5869      +2     
+ Misses      2010    2008      -2     
Files with missing lines Coverage Δ
kube-client/src/config/file_config.rs 77.6% <100.0%> (ø)

... and 2 files with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant