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

Ipv6 #322

Closed pkittenis closed 2 years ago

pkittenis commented 2 years ago

Resolves #291

codecov[bot] commented 2 years ago

Codecov Report

Merging #322 (076477f) into master (ec75aa9) will increase coverage by 0.07%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #322      +/-   ##
==========================================
+ Coverage   99.14%   99.22%   +0.07%     
==========================================
  Files          18       18              
  Lines        1527     1542      +15     
==========================================
+ Hits         1514     1530      +16     
+ Misses         13       12       -1     
Impacted Files Coverage Δ
pssh/clients/native/parallel.py 100.00% <ø> (ø)
pssh/clients/native/single.py 99.70% <ø> (-0.30%) :arrow_down:
pssh/clients/ssh/parallel.py 100.00% <ø> (ø)
pssh/clients/base/parallel.py 98.14% <100.00%> (-0.93%) :arrow_down:
pssh/clients/base/single.py 98.93% <100.00%> (+0.57%) :arrow_up:
pssh/clients/ssh/single.py 100.00% <100.00%> (ø)
pssh/config.py 100.00% <100.00%> (ø)
pssh/exceptions.py 100.00% <100.00%> (ø)
... and 2 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 ec75aa9...076477f. Read the comment docs.