erniebrodeur / pushover

A gem to interface with pushover.net
http://erniebrodeur.github.io/pushover/
MIT License
64 stars 24 forks source link

Credentials from environment variables #40

Closed cyclotron3k closed 3 years ago

cyclotron3k commented 4 years ago

Just and idea. Give users the option of using environment variables for credentials.

Fixes #37

codecov-io commented 3 years ago

Codecov Report

Merging #40 (828f161) into development (5c71abd) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@              Coverage Diff              @@
##           development       #40   +/-   ##
=============================================
  Coverage       100.00%   100.00%           
=============================================
  Files                4         4           
  Lines               30        37    +7     
=============================================
+ Hits                30        37    +7     
Impacted Files Coverage Δ
lib/pushover/response.rb 100.00% <ø> (ø)
lib/pushover/message.rb 100.00% <100.00%> (ø)
lib/pushover/receipt.rb 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 5c71abd...828f161. Read the comment docs.

cyclotron3k commented 3 years ago

Closing stale PR