richard-better / pushbullet.py

A python client for http://pushbullet.com
MIT License
575 stars 110 forks source link

Lint and format #166

Closed rbrcsk closed 3 years ago

codecov-io commented 3 years ago

Codecov Report

Merging #166 into master will decrease coverage by 0.03%. The diff coverage is 92.85%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #166      +/-   ##
==========================================
- Coverage   95.78%   95.75%   -0.04%     
==========================================
  Files           9        9              
  Lines         403      400       -3     
  Branches       53       52       -1     
==========================================
- Hits          386      383       -3     
  Misses         16       16              
  Partials        1        1              
Impacted Files Coverage Δ
pushbullet/channel.py 100.00% <ø> (ø)
pushbullet/errors.py 100.00% <ø> (ø)
pushbullet/listener.py 66.66% <66.66%> (-0.73%) :arrow_down:
pushbullet/_compat.py 100.00% <100.00%> (ø)
pushbullet/chat.py 100.00% <100.00%> (ø)
pushbullet/device.py 100.00% <100.00%> (ø)
pushbullet/filetype.py 88.23% <100.00%> (ø)
pushbullet/pushbullet.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 9d6f9c5...1d409d9. Read the comment docs.

rbrcsk commented 3 years ago

I think codecov is a bit too overeager. There were no code changes, only formatting, but that increased the number of lines in Listener.py - hence the coveraged decreased.