jborean93 / smbprotocol

Python SMBv2 and v3 Client
MIT License
318 stars 73 forks source link

Fix copy2 docstring. #180

Closed mikekokuba closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #180 (247c702) into master (3eadf5f) will decrease coverage by 0.00%. The diff coverage is n/a.

@@            Coverage Diff             @@
##           master     #180      +/-   ##
==========================================
- Coverage   99.09%   99.09%   -0.01%     
==========================================
  Files          24       23       -1     
  Lines        5079     5063      -16     
==========================================
- Hits         5033     5017      -16     
  Misses         46       46              
Flag Coverage Δ
macOS 68.22% <ø> (ø)
py3.10 99.07% <ø> (-0.01%) :arrow_down:
py3.6 99.07% <ø> (-0.01%) :arrow_down:
py3.7 99.07% <ø> (-0.01%) :arrow_down:
py3.8 99.07% <ø> (-0.01%) :arrow_down:
py3.9 99.09% <ø> (-0.01%) :arrow_down:
ubuntu 96.77% <ø> (ø)
windows 99.00% <ø> (-0.01%) :arrow_down:
x64 99.09% <ø> (-0.01%) :arrow_down:
x86 99.00% <ø> (-0.01%) :arrow_down:

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
smbclient/shutil.py 95.09% <ø> (ø)
smbclient/__init__.py 100.00% <0.00%> (ø)
smbprotocol/__init__.py

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 3eadf5f...247c702. Read the comment docs.

jborean93 commented 2 years ago

Thanks for the fix.