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

Add TLS support #25

Merged
merged 1 commit into from
Mar 19, 2024
Merged

Add TLS support #25

merged 1 commit into from
Mar 19, 2024

Conversation

kezhuw
Copy link
Owner

@kezhuw kezhuw commented Mar 19, 2024

Closes #14.

Copy link

codecov bot commented Mar 19, 2024

Codecov Report

Attention: Patch coverage is 87.60000% with 31 lines in your changes are missing coverage. Please review.

Project coverage is 83.89%. Comparing base (45db940) to head (b172923).

❗ Current head b172923 differs from pull request most recent head c52b2ad. Consider uploading reports for the commit c52b2ad to get more accurate results

Files Patch % Lines
src/session/connection.rs 85.52% 11 Missing ⚠️
src/client/mod.rs 86.95% 6 Missing ⚠️
src/session/depot.rs 58.33% 5 Missing ⚠️
src/error.rs 0.00% 4 Missing ⚠️
src/session/mod.rs 90.90% 3 Missing ⚠️
src/util.rs 95.65% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master      #25      +/-   ##
==========================================
+ Coverage   83.75%   83.89%   +0.13%     
==========================================
  Files          30       31       +1     
  Lines        3971     4166     +195     
==========================================
+ Hits         3326     3495     +169     
- Misses        645      671      +26     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kezhuw kezhuw merged commit 0b225d9 into master Mar 19, 2024
8 checks passed
@kezhuw kezhuw deleted the tls branch March 19, 2024 10:13
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.

TLS support
1 participant