ParallelSSH / parallel-ssh

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

Auth check #270

Closed pkittenis closed 3 years ago

pkittenis commented 3 years ago

Resolves #267 Resolves #269

codecov[bot] commented 3 years ago

Codecov Report

Merging #270 (4810ed5) into master (aab7caf) will decrease coverage by 0.40%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #270      +/-   ##
==========================================
- Coverage   98.79%   98.38%   -0.41%     
==========================================
  Files          17       17              
  Lines        1489     1545      +56     
==========================================
+ Hits         1471     1520      +49     
- Misses         18       25       +7     
Impacted Files Coverage Δ
pssh/clients/native/single.py 98.63% <ø> (+0.02%) :arrow_up:
pssh/clients/base/single.py 98.26% <100.00%> (-0.21%) :arrow_down:
pssh/clients/ssh/single.py 96.38% <100.00%> (-2.97%) :arrow_down:
pssh/clients/native/tunnel.py 96.85% <0.00%> (-0.41%) :arrow_down:
pssh/clients/ssh/parallel.py 100.00% <0.00%> (ø)
pssh/clients/base/parallel.py 100.00% <0.00%> (ø)
pssh/clients/native/parallel.py 100.00% <0.00%> (ø)

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 aab7caf...4810ed5. Read the comment docs.