Skip to content

Decouple TLS from transport - #212

Draft
mrabine wants to merge 9 commits into
mainfrom
201-decouple-tls-from-transport-using-decorator-pattern
Draft

Decouple TLS from transport#212
mrabine wants to merge 9 commits into
mainfrom
201-decouple-tls-from-transport-using-decorator-pattern

update codecov action

7ffe350
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2026 in 1s

96.83% (+0.11%) compared to 84fef3a

View this Pull Request on Codecov

96.83% (+0.11%) compared to 84fef3a

Details

Codecov Report

❌ Patch coverage is 91.82814% with 97 lines in your changes missing coverage. Please review.
✅ Project coverage is 96.83%. Comparing base (84fef3a) to head (7ffe350).

Files with missing lines Patch % Lines
crypto/include/join/tls.hpp 88.54% 37 Missing ⚠️
core/include/join/datagram_socket.hpp 86.11% 15 Missing ⚠️
fabric/include/join/resolver.hpp 84.53% 15 Missing ⚠️
crypto/include/join/dtls_wrapper.hpp 65.78% 13 Missing ⚠️
core/include/join/stream_socket.hpp 94.19% 9 Missing ⚠️
core/include/join/socket_stream.hpp 94.82% 3 Missing ⚠️
crypto/include/join/tls_stream.hpp 92.30% 2 Missing ⚠️
crypto/src/tls_context.cpp 97.87% 2 Missing ⚠️
core/include/join/socket.hpp 99.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #212      +/-   ##
==========================================
+ Coverage   96.72%   96.83%   +0.11%     
==========================================
  Files          96      107      +11     
  Lines       11227    10502     -725     
==========================================
- Hits        10859    10170     -689     
+ Misses        368      332      -36     

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

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