Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed compilation error when no tls feature is enabled #1335

Closed
wants to merge 1 commit into from

Conversation

Razz4780
Copy link
Contributor

@Razz4780 Razz4780 commented Oct 31, 2023

Motivation

Compilation without default features fails due to missing variable. Discovered in #1333

Solution

Renamed variable so that the stuff compiles :)

Copy link

codecov bot commented Oct 31, 2023

Codecov Report

Merging #1335 (479dafa) into main (17f1cb5) will increase coverage by 0.1%.
The diff coverage is 66.7%.

Additional details and impacted files
@@           Coverage Diff           @@
##            main   #1335     +/-   ##
=======================================
+ Coverage   72.1%   72.2%   +0.1%     
=======================================
  Files         75      75             
  Lines       6377    6377             
=======================================
+ Hits        4597    4598      +1     
+ Misses      1780    1779      -1     
Files Coverage Δ
kube-client/src/client/builder.rs 59.0% <66.7%> (ø)

... and 1 file with indirect coverage changes

@clux
Copy link
Member

clux commented Nov 1, 2023

Replaced by #1334

@clux clux closed this Nov 1, 2023
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.

2 participants