hauleth / erlang-systemd

systemd utilities for Erlang applications
Apache License 2.0
174 stars 19 forks source link

Move environment variables extraction to supervisor #2

Closed hauleth closed 4 years ago

hauleth commented 4 years ago

This will make connection variables persistent between process restarts.

codecov[bot] commented 4 years ago

Codecov Report

Merging #2 into master will increase coverage by 1.35%. The diff coverage is 96.66%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #2      +/-   ##
==========================================
+ Coverage   90.67%   92.03%   +1.35%     
==========================================
  Files           5        5              
  Lines         118      113       -5     
==========================================
- Hits          107      104       -3     
+ Misses         11        9       -2
Impacted Files Coverage Δ
src/systemd_socket.erl 80% <100%> (+1.73%) :arrow_up:
src/systemd_watchdog.erl 91.3% <100%> (-3.57%) :arrow_down:
src/systemd_sup.erl 96.55% <96%> (-3.45%) :arrow_down:

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 434c42a...d889d67. Read the comment docs.