jborean93 / pypsrp

PowerShell Remoting Protocol for Python
MIT License
324 stars 49 forks source link

return a six.text_type from _deserialize_string if None is passed #111

Closed graingert closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #111 (04e0b11) into master (c704874) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   98.42%   98.42%           
=======================================
  Files          13       13           
  Lines        3296     3296           
=======================================
  Hits         3244     3244           
  Misses         52       52           
Impacted Files Coverage Δ
pypsrp/client.py 97.58% <100.00%> (ø)
pypsrp/serializer.py 100.00% <100.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 c704874...04e0b11. Read the comment docs.

jborean93 commented 3 years ago

Thanks for the pickup.