scolby33 / pushover_complete

A Python package for interacting with *all* aspects of the Pushover API.
MIT License
6 stars 5 forks source link

Feature/image attachment support #9

Closed scolby33 closed 6 years ago

scolby33 commented 6 years ago

Supersedes #5 since it has been dormant for a while.

codecov-io commented 6 years ago

Codecov Report

Merging #9 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop     #9   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files            3      3           
  Lines           97    147   +50     
  Branches         7     11    +4     
======================================
+ Hits            97    147   +50
Impacted Files Coverage Δ
src/pushover_complete/pushover_api.py 100% <100%> (ø) :arrow_up:

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 9a27b97...0dd9424. Read the comment docs.

scolby33 commented 6 years ago

Also add test for #7 before merging