HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 25 forks source link

Add a 'ping' method #600

Closed jcpunk closed 2 years ago

jcpunk commented 2 years ago

When checking the startup issues, it is helpful to have a check that doesn't depend on the state of any internal objects.

codecov[bot] commented 2 years ago

Codecov Report

Merging #600 (e33dec8) into master (dfe4278) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #600   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files          47       47           
  Lines        2829     2834    +5     
  Branches      447      448    +1     
=======================================
+ Hits         2723     2728    +5     
  Misses         77       77           
  Partials       29       29           
Flag Coverage Δ
python-3.10 95.97% <100.00%> (+<0.01%) :arrow_up:
python-3.6 95.85% <100.00%> (+<0.01%) :arrow_up:

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

Impacted Files Coverage Δ
.../decisionengine/framework/engine/DecisionEngine.py 89.06% <100.00%> (+0.04%) :arrow_up:
src/decisionengine/framework/engine/de_client.py 96.69% <100.00%> (+0.08%) :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 dfe4278...e33dec8. Read the comment docs.