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

fix: tls config unused with dialer #87

Merged
merged 1 commit into from
Dec 26, 2022

Conversation

james-d-elliott
Copy link
Contributor

This ensures the configured tls.Config is used with the tls.Dialer.

This ensures the configured tls.Config is used with the tls.Dialer.
@codecov-commenter
Copy link

Codecov Report

Merging #87 (b864648) into main (6a7d49f) will decrease coverage by 9.72%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##             main      #87      +/-   ##
==========================================
- Coverage   83.03%   73.30%   -9.73%     
==========================================
  Files          14       14              
  Lines        1444     1446       +2     
==========================================
- Hits         1199     1060     -139     
- Misses        170      340     +170     
+ Partials       75       46      -29     
Impacted Files Coverage Δ
client.go 45.31% <0.00%> (-32.20%) ⬇️
client_119.go 0.00% <0.00%> (-55.74%) ⬇️

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@wneessen
Copy link
Owner

Thanks for the PR James! Appreciated

@wneessen
Copy link
Owner

Codecov and sonarcube can be ignored. SQ seems to not work properly on PRs and codecov is confused about the different client_.go files

@wneessen wneessen merged commit e7b162a into wneessen:main Dec 26, 2022
@james-d-elliott james-d-elliott deleted the fix-tls-config branch December 26, 2022 19:44
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.

3 participants