drunkdream / turbo-tunnel

🚀Fast tcp/https/websocket/socks4/socks5/ssh/icmp/k8s tunnel serving as unified proxy server.
MIT License
98 stars 13 forks source link

Feature/k8s #59

Closed drunkdream closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #59 (71c4650) into master (b26daab) will increase coverage by 1.68%. The diff coverage is 75.86%.

@@            Coverage Diff             @@
##           master      #59      +/-   ##
==========================================
+ Coverage   52.57%   54.26%   +1.68%     
==========================================
  Files          32       34       +2     
  Lines        4487     4670     +183     
==========================================
+ Hits         2359     2534     +175     
- Misses       2128     2136       +8     
Impacted Files Coverage Δ
tests/test_conf.py 100.00% <ø> (ø)
turbo_tunnel/k8s.py 63.07% <63.07%> (ø)
tests/util.py 93.44% <94.44%> (+0.41%) :arrow_up:
tests/test_k8s.py 100.00% <100.00%> (ø)
tests/test_tunnel.py 100.00% <100.00%> (ø)
tests/test_utils.py 98.71% <100.00%> (+0.05%) :arrow_up:
turbo_tunnel/__init__.py 88.23% <100.00%> (+0.73%) :arrow_up:
turbo_tunnel/utils.py 76.79% <100.00%> (+1.71%) :arrow_up:
turbo_tunnel/websocket.py 86.32% <100.00%> (+1.96%) :arrow_up:
... and 2 more

:mega: Codecov can now indicate which changes are the most critical in Pull Requests. Learn more