ParallelSSH / parallel-ssh

Asynchronous parallel SSH client library.
https://parallel-ssh.org
GNU Lesser General Public License v2.1
1.2k stars 148 forks source link

Host config #342

Closed pkittenis closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #342 (1f31a11) into master (1a18e75) will increase coverage by 0.01%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #342      +/-   ##
==========================================
+ Coverage   99.36%   99.37%   +0.01%     
==========================================
  Files          18       18              
  Lines        1580     1611      +31     
==========================================
+ Hits         1570     1601      +31     
  Misses         10       10              
Impacted Files Coverage Δ
pssh/__init__.py 100.00% <ø> (ø)
pssh/clients/__init__.py 100.00% <ø> (ø)
pssh/clients/base/single.py 99.49% <ø> (+0.50%) :arrow_up:
pssh/clients/common.py 100.00% <ø> (ø)
pssh/clients/native/__init__.py 100.00% <ø> (ø)
pssh/clients/native/single.py 100.00% <ø> (ø)
pssh/clients/native/tunnel.py 98.76% <ø> (ø)
pssh/clients/reader.py 97.22% <ø> (ø)
pssh/clients/ssh/__init__.py 100.00% <ø> (ø)
pssh/clients/ssh/single.py 98.61% <ø> (-1.39%) :arrow_down:
... and 12 more

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 1a18e75...1f31a11. Read the comment docs.