mqtt-tools / mqttwarn

A highly configurable MQTT message router, where the routing targets are notification plugins, primarily written in Python.
https://mqttwarn.readthedocs.io/
Eclipse Public License 2.0
955 stars 183 forks source link

Make the PushOver API retry and expire configurable. #609

Closed jlrgraham closed 1 year ago

jlrgraham commented 1 year ago

Add support for setting the retry and expire elements in the PushOver API: https://pushover.net/api

codecov-commenter commented 1 year ago

Codecov Report

Merging #609 (1c81c0c) into main (45ba3b0) will increase coverage by 0.27%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #609      +/-   ##
==========================================
+ Coverage   37.19%   37.47%   +0.27%     
==========================================
  Files          80       80              
  Lines        3576     3592      +16     
==========================================
+ Hits         1330     1346      +16     
  Misses       2246     2246              
Flag Coverage Δ
unittests 37.47% <100.00%> (+0.27%) :arrow_up:

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

Impacted Files Coverage Δ
mqttwarn/services/pushover.py 100.00% <100.00%> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more

jpmens commented 1 year ago

Merged, thank you!