jborean93 / smbprotocol

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

Try and fix CI failures #177

Closed jborean93 closed 2 years ago

codecov[bot] commented 2 years ago

Codecov Report

Merging #177 (8ec42d9) into master (ad98d67) will increase coverage by 0.00%. The diff coverage is n/a.

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

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

Impacted Files Coverage Δ
smbclient/__init__.py 100.00% <0.00%> (ø)
smbprotocol/__init__.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 ad98d67...8ec42d9. Read the comment docs.